ICentralizedFile is defined in the Telligent.Evolution.Extensibility.Storage.Version1 namespace of Telligent.Evolution.Components.dll

Definition

interface ICentralizedFile
{
	int ContentLength { get;  }
	string FileName { get;  }
	string FileStoreKey { get;  }
	string Path { get;  }
	string GetDownloadUrl();
	Stream OpenReadStream();
}

Properties

NameTypeDescriptionDefaultOptions
ContentLengthint
FileNamestring
FileStoreKeystring
Pathstring

Methods

string GetDownloadUrl();

Return Type

string

Stream OpenReadStream();

Return Type

Stream