Share via


SP.MoveOperations enumeration

Specifies criteria for how to move files.

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

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

Members

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