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 nameDescription
Supported by the .NET Compact FrameworkHierarchyRetrieving
Retrieving of the file system hierarchy was started.
Supported by the .NET Compact FrameworkHierarchyRetrieved
Retrieving of the file system hierarchy was successfully completed.
Supported by the .NET Compact FrameworkDirectoryRetrieving
Retrieving of the particular directory hierarchy was started.
Supported by the .NET Compact FrameworkDirectoryRetrieved
Retrieving of the particular directory hierarchy was successfully completed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also