Click or drag to resize
RecursionMode Enumeration
Indicates whether recursion is used when replicating a data path.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public enum RecursionMode
Members
  Member nameValueDescription
Recursive0 The physical rule will be applied to this path and all of its children paths.
NonRecursive1 The physical rule will be applied to this path only.
See Also