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.
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.