Skip to main content
Tab

OneDriveFileSystemProviderBase.GetThumbnail(FileManagerFile) Method

Returns the file’s thumbnail in the storage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Stream GetThumbnail(
    FileManagerFile file
)

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