ItemsChangeEventArgsLength Property |
IT Hit User File System
File length or total number of items in a folder.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public long Length { get; }
Public ReadOnly Property Length As Long
Get
public:
virtual property long long Length {
long long get () sealed;
}
abstract Length : int64 with get
override Length : int64 with get
Property Value
Type:
Int64Implements
IItemsChangeLengthRemarks
Used to report progress in
ReadAsync(Stream, Int64, Int64, IFileMetadata, ITransferDataOperationContext, ITransferDataResultContext, CancellationToken),
WriteAsync(IFileMetadata, Stream, IOperationContext, IInSyncResultContext, CancellationToken) and
GetChildrenAsync(String, IOperationContext, IFolderListingResultContext, CancellationToken).
See Also