RollbackWarnings Enumeration

 

Specifies the warning that can occur during the rollback of the move folders operation.

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 RollbackWarnings
[FlagsAttribute]
public enum class RollbackWarnings
<FlagsAttribute>
Public Enumeration RollbackWarnings

Members

Member name Description
ConfigureSearchSource

Indicates that search was not configured for the source folder.

DeleteDestination

Indicates that the destination folder could not be deleted.

HomegroupPublishSource

Indicates that the folder could not be published to the home group.

HomegroupUnpublishDestination

Indicates that the folder could not be unpublished from the home group.

None

Indicates that no warnings occurred.

ShareSource

Indicates that the source folder could not be shared.

UnconfigureSearchDestination

Indicates that search could not be reconfigured for the destination folder.

UnshareDestination

Indicates that the destination folder could not be removed from sharing.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top