SPUtility.ResolvePrincipal_Client method
SharePoint 2013
Namespace:
Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableExceptionConstraintAttribute(FixedId = "b", ErrorType = typeof(UnauthorizedAccessException), Condition = "User does not have permission to Browse UserInfo list.")] [ClientCallableAttribute(Name = "ResolvePrincipal", ClientLibraryTargets = ClientLibraryTargets.NonRESTful)] [SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public static SPPrincipalInfo ResolvePrincipal_Client( SPWeb web, string input, SPPrincipalType scopes, SPPrincipalSource sources, SPUserCollection usersContainer, bool inputIsEmailOnly )
Parameters
- web
- Type: Microsoft.SharePoint.SPWeb
- input
- Type: System.String
- scopes
- Type: Microsoft.SharePoint.Utilities.SPPrincipalType
- sources
- Type: Microsoft.SharePoint.Utilities.SPPrincipalSource
- usersContainer
- Type: Microsoft.SharePoint.SPUserCollection
- inputIsEmailOnly
- Type: System.Boolean