Table of Contents

Enum MoveOperations

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies criteria for how to move files. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. (see https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ee542328(v=office.15) )

[Flags]
public enum MoveOperations

Fields

AllowBrokenThickets = 8

Complete the move operation even if supporting files are separated from the file. The value = 8.

BypassApprovePermission = 64

Do not require approval permissions for move if there are no published versions for the document

BypassSharedLock = 256

Ignore Shared Lock constraints when moving this file. If one or more users have a valid Shared Lock, bypass the lock check during the move operation.

None = 0

No move operation specified. The value = 0.

Overwrite = 1

Overwrite a file with the same name if it exists. The value = 1.

RetainEditorAndModifiedOnMove = 2048

Boolean specifying whether to retain the source of the move's editor and modified by datetime.