SPPrincipalSource Enumeration
Specifies the source of the current principal.
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)
Syntax
<FlagsAttribute> _
Public Enumeration SPPrincipalSource
Dim instance As SPPrincipalSource
[FlagsAttribute]
public enum SPPrincipalSource
Members
Member name | Description | |
---|---|---|
None | Do not specify a source. | |
UserInfoList | Use the user information list as the source. | |
Windows | Use Windows as the source. | |
MembershipProvider | Use the membership provider as the source. | |
RoleProvider | Use the role provider as the source | |
All | Use all sources. |