Click or drag to resize
DfsStorageStates Enumeration
A set of bit flags that describe the storage state of the DFS root or link target.

Namespace: Alphaleonis.Win32.Network
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
[FlagsAttribute]
public enum DfsStorageStates
Members
  Member nameValueDescription
None0No storage state.
Offline1DFS_STORAGE_STATE_OFFLINE

The DFS root or link target is offline.

Online2DFS_STORAGE_STATE_ONLINE

The DFS root or link target is online.

Active4DFS_STORAGE_STATE_ACTIVE

The DFS root or link target is the active target.

See Also