Current traversal state of the TransferAction.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration TraversingState |
C# |
---|
public enum TraversingState |
Members
Member name | Description | |
---|---|---|
![]() | HierarchyRetrieving |
Retrieving of the file system hierarchy was started.
|
![]() | HierarchyRetrieved |
Retrieving of the file system hierarchy was successfully completed.
|
![]() | DirectoryRetrieving |
Retrieving of the particular directory hierarchy was started.
|
![]() | DirectoryRetrieved |
Retrieving of the particular directory hierarchy was successfully completed.
|