PeopleEditor.ResolveAccountsByArrKeys method

Accepts an array of String objects and attempts to resolve the strings as entities.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function ResolveAccountsByArrKeys ( _
    arrStrKeys As String() _
) As ArrayList
'Usage
Dim instance As PeopleEditor
Dim arrStrKeys As String()
Dim returnValue As ArrayList

returnValue = instance.ResolveAccountsByArrKeys(arrStrKeys)
public ArrayList ResolveAccountsByArrKeys(
    string[] arrStrKeys
)

Parameters

  • arrStrKeys
    Type: []

    The array of string keys.

Return value

Type: System.Collections.ArrayList
An ArrayList of PickerEntity objects with the results of the attempt to resolve.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace