Share via


FolderStatus Enumeration

 

Indicates the status of the drive.

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

Syntax

public enum FolderStatus
public enum class FolderStatus
Public Enumeration FolderStatus

Members

Member name Description
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.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top