Share via


PickerDialog.SetResults Method

Sets an array of query results. In Claims mode, this method sets the result tree containing precalculated results.

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

Syntax

'Declaration
Public Sub SetResults ( _
    results As SPProviderHierarchyTree() _
)
'Usage
Dim instance As PickerDialog
Dim results As SPProviderHierarchyTree()

instance.SetResults(results)
public void SetResults(
    SPProviderHierarchyTree[] results
)

Parameters

  • results
    Type: []

    An array of SPProviderHierarchyTree objects to be set as the query result. This parameter is relevant only in Claims Authentication mode.

See Also

Reference

PickerDialog Class

PickerDialog Members

Microsoft.SharePoint.WebControls Namespace