File
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class File { int ContentLength { get; } string FileName { get; } string FileStoreKey { get; } string Path { get; } string GetDownloadUrl(); Stream OpenReadStream(); }