IInstallableCfsFile is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IInstallableCfsFile
{
string FileName { get; }
string FileStoreKey { get; }
bool IsDeleted { get; }
Version LastModifiedVersion { get; }
string Path { get; }
Stream OpenReadStream();
}