MoveOperations enumeration

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
Assembly:  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

See also

Reference

Microsoft.SharePoint.Client namespace