Name | Description | |
---|---|---|
![]() | ProgressFileItem Constructor(FileInfoBase, FileInfoBase) | Initializes a new instance of the ProgressFileItem with the specified source and destination files. |
Name | Description | |
---|---|---|
![]() | BytesPerSecond | Gets the transfer speed - the number of bytes per second. |
![]() | BytesTransferred | Gets the number of bytes transferred since the beginning of the current multi-file transfer. |
![]() | ChildrenCount | Gets the number of children. |
![]() | DestinationFileInfo | Gets the destination file info, or a null reference (Nothing in VB.NET) if not available. |
![]() | DestinationOffset | Gets the destination file or data stream initial offset. |
![]() | DestinationStream | Gets the destination stream, or a null reference if not available. |
![]() | ElapsedTime | Gets the elapsed time of the transfer. |
![]() | Ended | Gets the end time. |
![]() | Error | Gets the error encountered while doing a file or directory operation. |
![]() | FileOverwriteMode | Specifies actions to resolve file existing issue while transferring files in a TransferQueue. |
![]() | FirstChild | Gets the first child node. |
![]() | Length | Gets the size of the source data to transfer in bytes, or -1 if not available. |
![]() | NextSibling | Gets the next sibling node. |
![]() | Owner | Gets the owner list. |
![]() | Parent | Gets the parent node. |
![]() | Percentage | Gets the current file transfer progress percentage. |
![]() | Priority | Specifies the transfer priority of the item while transferring files in a TransferQueue. |
![]() | RemainingTime | Gets the remaining time to transfer the rest of data of the current file. |
![]() | SourceFileInfo | Gets the source file info, or a null reference (Nothing in VB.NET) if not available. |
![]() | SourceOffset | Gets the source file initial offset. |
![]() | SourceStream | Gets the source stream, or a null if not available. |
![]() | Started | Gets the start time. |
![]() | State | Gets the state of the item. |
![]() | Tag | Gets or sets the user-defined object associated with this item. |
![]() | TransferStatistics | Gets the transfer statistics. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancels the whole operation. It will throw the FileSystemOperationCanceledException. |
![]() | CheckForCancellation | Checks if the current operation is being aborted or skipped. If the current item is being skipped it returns false . If the current operation is being aborted it throw the FileSystemOperationCanceledException and cancel the whole operation. |
![]() | Skip | Cancels the current operation on this item only. The whole operation still continues. |
![]() | ToString | Overridden. Returns a string that represents the current item. |