This documentation is archived and is not being maintained.

SP.MoveOperations enumeration

SharePoint 2013

Specifies criteria for how to move files.

Last modified: March 09, 2015

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.MoveOperations = {allowBrokenThickets : "Undefined",bypassApprovePermission : "Undefined",none : "Undefined",overwrite : "Undefined",registerEnum : "Undefined"}

The MoveOperations object enumeration has the following members.

Member

Value

Description

allowBrokenThickets

8

Complete the move operation even if supporting files are separated from the file.

bypassApprovePermission

Undefined

none

0

No move operation specified.

overwrite

1

Overwrite a file with the same name if it exists.

registerEnum

Undefined

Show: