Share via


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)

Syntax

[FlagsAttribute]
public enum CreateFolderResult
[FlagsAttribute]
public enum class CreateFolderResult
<FlagsAttribute>
Public Enumeration CreateFolderResult

Members

Member name Description
NoWarnings

Specifies that no warnings occurred.

WarningShadowCopy

Specifies that shadow copy is not enabled.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top