Share via


PeopleEditor.ResolveErrorBySearch Method

Searches for matching picker entities by using the specified unresolved text.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Function ResolveErrorBySearch ( _
    unresolvedText As String _
) As PickerEntity()
'Usage
Dim unresolvedText As String
Dim returnValue As PickerEntity()

returnValue = Me.ResolveErrorBySearch(unresolvedText)
protected override PickerEntity[] ResolveErrorBySearch(
    string unresolvedText
)

Parameters

  • unresolvedText
    Type: System.String

    A string that represents the unresolved text.

Return Value

Type: []
Returns PickerEntity.

See Also

Reference

PeopleEditor Class

PeopleEditor Members

Microsoft.SharePoint.WebControls Namespace