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

GoogleDriveFileSystemProviderBase.GetCloudThumbnailUrl(FileManagerFile) Method

Returns the URL of the file’s thumbnail in the storage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string GetCloudThumbnailUrl(
    FileManagerFile file
)

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.

Remarks

Online Demo

File Upload To GoogleDrive

See Also