SP.RelationshipDeleteBehaviorType enumeration

Specifies the optional relationship behavior of a relationship lookup field.

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

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

Members

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