GoogleDriveFileSystemProviderBase.GetCloudThumbnailUrl(FileManagerFile) Method
Returns the URL of the file’s thumbnail in the storage.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
file | FileManagerFile | A FileManagerFile object that is the file in the storage. |
Returns
Type | Description |
---|---|
String | A string value that is the URL of the file’s thumbnail. |
See Also