Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.