RemoveFolderStepId Enumeration
Indicates the steps of the removal operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum RemoveFolderStepId
public enum class RemoveFolderStepId
Public Enumeration RemoveFolderStepId
Members
Member name | Description | |
---|---|---|
DeleteFolder | Indicates that the folder is being deleted. |
|
Finalize | Indicates that the removal operation is being finalized. |
|
Homegroup | Indicates that the folder is being published to the home group or unpublished from the home group. |
|
Initialize | Indicates that the removal operation is being initialized. |
|
Pending | Indicates that the removal operation is pending. |
|
RemoveData | Indicates that the contents of the folder is being deleted. |
|
Unshare | Indicates that the folder is being removed from sharing. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top