Table of Contents

Enum RelationshipDeleteBehaviorType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the optional relationship behavior of a relationship lookup field. https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/ee537368%28v%3doffice.15%29

public enum RelationshipDeleteBehaviorType

Fields

Cascade = 1

Enumeration whose value specifies the cascade behavior. Value = 1.

None = 0

Enumeration whose value specifies that no relationship behavior is applied. . Value = 0.

Restrict = 2

Enumeration whose value specifies the restrict behavior. Value = 2.