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();
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| FileName | string | |||
| FileStoreKey | string | |||
| IsDeleted | bool | |||
| LastModifiedVersion | Version | |||
| Path | string |
Methods
Stream OpenReadStream();
Return Type
Stream