MoveFolderStepId Enumeration

 

Indicates the current step of the move folder operation.

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

public enum class MoveFolderStepId

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: