Click or drag to resize
PathBlockingModeEnum Enumeration
This value represents if the path is blocked.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public enum PathBlockingModeEnum
Members
  Member nameValueDescription
Blocked0 The path is blocked for writing, except by Double-Take.
Unblocked1 The path is unblocked for writing.
See Also