CreateFolderResult Enumeration

 

Specifies the result of the operation that created folder.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

[FlagsAttribute]
public enum class CreateFolderResult

Member nameDescription
NoWarnings

Specifies that no warnings occurred.

WarningShadowCopy

Specifies that shadow copy is not enabled.

Return to top

Community Additions

ADD
Show: