Skip to main content
A newer version of this page is available. .

FileManagerExtension.GetCloudDownloadUrl(FileManagerSettings, CloudFileSystemProviderBase) Method

Generates a URL for downloading a file from a cloud service.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

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