Skip to main content
Tab

DropboxFileSystemProvider.GetPublicUrl(FileManagerFile) Method

Returns the public URL of the uploaded file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string GetPublicUrl(
    FileManagerFile file
)

Parameters

Name Type Description
file FileManagerFile

A FileManagerFile object that is the uploaded file.

Returns

Type Description
String

A String value specifying the public URL of the uploaded file.

Remarks

Use the GetPublicUrl method to get the public URL of the uploaded file. Note that everyone with the link can read this file.

See Also