FolderStatus Enumeration

 

Indicates the status of the drive.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

public enum class FolderStatus

Member nameDescription
CancellingMove

Indicates that the move operation for the folder is being canceled.

Deleting

Indicates that the folder is being deleted.

DfsMissing

Indicates that the DFS is missing.

DfsModifiedExternally

Indicates that the DFS has been modifed externally.

Disconnected

Indicates that the connection to the folder has been disconnected.

Healthy

Indicates that the folder is healthy.

Missing

Indicates that the folder is not available.

Moving

Indicates that the folder is being moved.

NotSupported

Indicates that the operation is not supported.

ObjectDeleted

Indicates that the folder has been deleted.

Return to top

Community Additions

ADD
Show: