ItemsChangeProgressEventArgsLength 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: 9.0.27334.0-Beta
Syntaxpublic long Length { get; }
Public ReadOnly Property Length As Long
Get
public:
property long long Length {
long long get ();
}
member Length : int64 with get
Property Value
Type:
Int64
Remarks
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