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

DataSourceFileSystemProvider.GetLength(FileManagerFile) Method

Returns the length of the specified file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override long GetLength(
    FileManagerFile file
)

Parameters

Name Type Description
file FileManagerFile

A FileManagerFile object identifying the processed file.

Returns

Type Description
Int64

A Int64 value that is the file length, in bytes.

See Also