Search Results for

    Show / Hide Table of Contents

    Enum MoveOperations

    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) )

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum MoveOperations : int

    AllowBrokenThickets

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

    BypassApprovePermission

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

    BypassSharedLock

    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

    No move operation specified. The value = 0.

    Overwrite

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

    RetainEditorAndModifiedOnMove

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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer