Search Results for

    Show / Hide Table of Contents

    Enum RelationshipDeleteBehaviorType

    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

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum RelationshipDeleteBehaviorType : int

    Cascade

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

    None

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

    Restrict

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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer