FileManagerItem.Length Property
Gets the file‘s length in bytes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int64 | An Int64 value specifying the file’s length, in bytes. |
Remarks
Use the Length property to get the length of a file. For a folder, the Length property returns zero (0).
See Also