Expand Minimize
0 out of 1 rated this helpful - Rate this topic

SPPrincipalType Enumeration

Specifies the principal type.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "PrincipalType", ServerTypeId = "{c74ae150-6b15-4584-8d21-190f8560e84c}")]
[FlagsAttribute]
public enum SPPrincipalType
Member nameDescription
NoneNo principal type.
UserA user principal type.
DistributionListA distribution list principal type.
SecurityGroupA security group principal type.
SharePointGroupA SharePoint group principal type.
AllAll principal types.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.