Search Results for

    Show / Hide Table of Contents

    Enum PrincipalType

    Specifies the type of a principal. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public enum PrincipalType : int

    All

    Enumeration whose value specifies all principal types. Value = 15.

    DistributionList

    Enumeration whose value specifies a distribution list as the principal type. Value = 2.

    None

    Enumeration whose value specifies no principal type. Value = 0.

    SecurityGroup

    Enumeration whose value specifies a security group as the principal type. Value = 4.

    SharePointGroup

    Enumeration whose value specifies a group (2) as the principal type. Value = 8.

    User

    Enumeration whose value specifies a user as the principal type. Value = 1.

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