Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the current step of the move folder operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum MoveFolderStepId
public enum class MoveFolderStepId
Public Enumeration MoveFolderStepId
Members
| Member name | Description | |
|---|---|---|
| CopyData | Indicates that the contents of the folder is being moved. |
|
| DeleteSource | Indicates that the source folder is being deleted. |
|
| EnableShadowCopy | Indicates that shadow copy is being enabled on the folder. |
|
| Finalize | Indicates that the move operation is being finalized. |
|
| Initialize | Indicates that the move operation is being initialized. |
|
| Pending | Indicates that the move operation is pending. |
|
| ShareDestination | Indicates that the destination folder is shared. |
|
| UnshareSource | Indicates that the source folder is not being shared. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top