Click or drag to resize

FileSystemItemLength Property

Gets or sets the size, in bytes, of the current item.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public override long Length { get; }

Property Value

Type: Int64
The size.
See Also