SPClaimProvider.FillResolve method
When implemented in a derived class, resolves claims by using the type-in control of the claims picker.
Overload list
Name | Description | |
---|---|---|
FillResolve(Uri, [], SPClaim, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. | |
FillResolve(Uri, [], String, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. |
Top
Remarks
Claims can be displayed in the People Picker control through claims picking. Claims picking allows an application to surface claims in the People Picker control. In claims picking, a claims provider provides listing, resolve, search and friendly display of claims functionality in the People Picker control.
A People Picker with claims picking functionality is sometimes referred to as a claim picker. If you want to be able to resolve claims by using the type-in control of the claims picker, you must implement this method and implement the SupportResolve() property to return true.
For more information claims picking and resolution, see How to: Create a claims provider in SharePoint 2013 and Claims provider in SharePoint 2013.