AmazonFileSystemProvider.GetPublicUrl(FileManagerFile) Method
Returns the public URL of the uploaded file.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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