FileManagerExtension.GetCloudDownloadUrl(FileManagerSettings, CloudFileSystemProviderBase) Method
In This Article
Generates a URL for downloading a file from a cloud service.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static string GetCloudDownloadUrl(
FileManagerSettings settings,
CloudFileSystemProviderBase cloudFileSystemProvider
)
#Parameters
Name | Type | Description |
---|---|---|
settings | File |
A File |
cloud |
Cloud |
A Cloud |
#Returns
Type | Description |
---|---|
String | A String value specifying the file URL. |
See Also