Specifies criteria for how to move files.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<FlagsAttribute> _
Public Enumeration SPMoveOperations
Dim instance As SPMoveOperations
[FlagsAttribute]
public enum SPMoveOperations
Members
| Member name | Description | |
|---|---|---|
| None | No move operation specified. | |
| Overwrite | Overwrite a file with the same name if it exists. | |
| AllowBrokenThickets | Complete the move operation even if supporting files are separated from the file. |