IPersistentUrlGeneratingFileStorageProvider
is defined in the Telligent.Evolution.Extensibility.Storage.Version1
namespace of Telligent.Evolution.Components.dll
Definition
interface IPersistentUrlGeneratingFileStorageProvider : ICentralizedFileStorageProvider { string GetPersistentDownloadUrl(ICentralizedFile file); }
Methods
string GetPersistentDownloadUrl(ICentralizedFile file);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
file | ICentralizedFile | File | Required |
Return Type
string