GoogleDriveFileSystemProviderBase.GetThumbnail(FileManagerFile) Method
Returns the file’s thumbnail in the storage.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
file | FileManagerFile | A FileManagerFile object that is the file in the storage. |
Returns
Type | Description |
---|---|
Stream | A Stream object that represents the file’s thumbnail. |
See Also