CreateFolderStepId Enumeration
Indicates the steps of the create folder operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum CreateFolderStepId
public enum class CreateFolderStepId
Public Enumeration CreateFolderStepId
Members
Member name | Description | |
---|---|---|
Create | Indicates that the folder is being created. |
|
EnableShadowCopy | Indicates that shadow copy is enabled for the folder. |
|
Finalize | Indicates that final checks are being performed. |
|
Homegroup | Indicates whether the folder is being published to the home group. |
|
Initialize | Indicates that the operation is being initialized. |
|
Pending | Indicates that the operation has not started. |
|
Setperm | Indicates that NTFS and SMB permissions are being set. |
|
Share | Indicates that the folder is being shared. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top