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 criteria for how to move files.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration MoveOperations
'Usage
Dim instance As MoveOperations
[FlagsAttribute]
public enum MoveOperations
Members
Member name | Description | |
---|---|---|
None | No move operation specified. The value = 0. | |
Overwrite | Overwrite a file with the same name if it exists. The value = 1. | |
AllowBrokenThickets | Complete the move operation even if supporting files are separated from the file. The value = 8. | |
BypassApprovePermission |