File
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class File { Int64 ContentLength { get; } string FileName { get; } string FileStoreKey { get; } string Path { get; } string GetClientDownloadUrl(); string GetDownloadUrl(); Stream OpenReadStream(); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ContentLength | Int64 | |||
FileName | string | |||
FileStoreKey | string | |||
Path | string |
Methods
string GetClientDownloadUrl();
Return Type
string
string GetDownloadUrl();
Return Type
string
Stream OpenReadStream();
Return Type
Stream