Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
[FlagsAttribute]
public enum MoveFolderWarnings
[FlagsAttribute]
public enum class MoveFolderWarnings
<FlagsAttribute>
Public Enumeration MoveFolderWarnings
Members
Member name | Description | |
---|---|---|
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. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top