Classes
Class | Description | |
---|---|---|
DeleteProgressChangedEventArgs |
Provides data for the DeleteProgressChanged event.
|
|
FileSet |
Set of inclusion and exclusion patterns.
It doesn't depend on the order how the inclusion and exclusion patterns are added into the FileSet.
|
|
FileSystemItem |
Represents a file or directory item.
|
|
FileSystemItemCollection |
Provides a container for a collection of FileSystemItem objects.
|
|
FileSystemItemComparer |
Class used to compare FileSystemItem objects.
|
|
LocalItem |
Represents a file or directory on the local file system.
|
|
LocalItemCollection |
Provides a container for a collection of LocalItem objects.
|
|
ProblemDetectedEventArgs |
Provides data for the ProblemDetected event.
|
|
TransferProgressChangedEventArgs |
Provides data for the TransferProgressChanged event.
|
|
TraversingEventArgs |
Provides data for the Traversing event.
|
Structures
Structure | Description | |
---|---|---|
Checksum |
Represents data checksum.
|
Enumerations
Enumeration | Description | |
---|---|---|
ActionOnExistingFiles |
Specifies the default action to perform when a target file already exists.
However, the default action can still be changed using the ProblemDetected event.
|
|
DeleteProgressState |
Current delete state of the Deleting.
|
|
FileSetMatchMode |
Specifies modes of the IsMatch(String, FileSetMatchMode) method.
|
|
FileSystemItemComparerType |
List of possible compare types for the FileSystemItemComparer class.
|
|
ChecksumAlgorithm |
Specifies checksum algorithm.
|
|
ItemDateTimes |
Specifies which date/time to restore.
|
|
LinkProcessingMode |
Specifies behavior on links and reparse points in multi-file operations.
|
|
LinkType |
Specifies link type.
|
|
MoveMode |
Specifies the behaviour of the Move.
|
|
OverwriteCondition |
Specifies the condition for overwriting a file.
|
|
TransferAction |
Currently executed operation.
|
|
TransferMethod |
Specifies the method of the transfer.
|
|
TransferProblemReaction |
Specifies the reaction to resolve the current problem that occurred during a multi-file operation.
|
|
TransferProblemType |
Detailed specification of a problem that occurred during a multi-file operation.
|
|
TransferProgressState |
Current transfer state of the TransferAction.
|
|
TraversalMode |
Specifies how a search pattern is treated (how to traverse a hierarchy of directories).
|
|
TraversingState |
Current traversal state of the TransferAction.
|