This documentation is archived and is not being maintained.

SP.RelationshipDeleteBehaviorType enumeration

SharePoint 2013

Specifies the optional relationship behavior of a relationship lookup field.

Last modified: March 09, 2015

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

var SP.RelationshipDeleteBehaviorType = {cascade : "Undefined",none : "Undefined",restrict : "Undefined",registerEnum : "Undefined"}

The RelationshipDeleteBehaviorType object enumeration has the following members.

Member

Value

Description

cascade

1

Enumeration whose value specifies the cascade behavior.

none

0

Enumeration whose value specifies that no relationship behavior is applied.

restrict

2

Enumeration whose value specifies the restrict behavior.

registerEnum

Undefined

Show: