SP.Utilities.PrincipalType Enumeration
Applies to: SharePoint Foundation 2010
Specifies the type of a principal.
Values
Name |
Description |
---|---|
none |
Enumeration whose value specifies no principal type. Value = 0. |
user |
Enumeration whose value specifies a user as the principal type. Value = 1. |
distributionList |
Enumeration whose value specifies a distribution list as the principal type. Value = 2. |
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. |
all |
Enumeration whose value specifies all principal types. Value = 15. |