ProcessingDepth Enumeration |
IT Hit User File System
Processing depth.
Namespace:
ITHit.FileSystem.Windows.Synchronization
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.29481.0-Beta
Syntaxpublic enum ProcessingDepth
Public Enumeration ProcessingDepth
public enum class ProcessingDepth
Members
| Member name | Value | Description |
---|
| Zero | 0 |
Processes a single specified item.
|
| One | 1 |
Processes this item and its children if any.
|
| Infinity | 2 |
Processes entire subtree.
|
See Also