Click or drag to resize

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
Syntax
public enum ProcessingDepth
Members
  Member nameValueDescription
Zero0 Processes a single specified item.
One1 Processes this item and its children if any.
Infinity2 Processes entire subtree.
See Also