Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

CloudFileSystemProviderBase.ReadFile(FileManagerFile) Method

This method is not in effect for the CloudFileSystemProviderBase class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override Stream ReadFile(
    FileManagerFile file
)

Parameters

Name Type
file FileManagerFile

Returns

Type
Stream
See Also