FileManagerExtension.GetCloudDownloadUrl(FileManagerSettings, CloudFileSystemProviderBase) Method
Generates a URL for downloading a file from a cloud service.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static string GetCloudDownloadUrl(
FileManagerSettings settings,
CloudFileSystemProviderBase cloudFileSystemProvider
)
Parameters
Name | Type | Description |
---|---|---|
settings | FileManagerSettings | A FileManagerSettings object that is the file manager settings. |
cloudFileSystemProvider | CloudFileSystemProviderBase | A CloudFileSystemProviderBase object that is a cloud file system provider to which the FileManager extension is bound. |
Returns
Type | Description |
---|---|
String | A String value specifying the file URL. |
See Also