MoveFolderWarnings Enumeration

 

Specifies warnings that occur during 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)

[FlagsAttribute]
public enum class MoveFolderWarnings

Member nameDescription
ConfigureSearchDestination

Indicates that search was not configured for the destination folder.

ConfigureShadowCopyDestination

Indicates that shadow copy was not configured for the destination folder.

DeleteSource

Indicates that the source folder could not be deleted.

HomegroupPublishDestination

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

HomegroupUnpublishSource

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

None

Indicates that no warnings occurred.

UnconfigureSearchSource

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

Return to top

Community Additions

ADD
Show: