PickerQueryControlBase.ExecuteQuery Method (String, String)
Runs a query against the specified group with the specified search type.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub ExecuteQuery ( _
group As String, _
search As String _
)
'Usage
Dim group As String
Dim search As String
Me.ExecuteQuery(group, search)
protected void ExecuteQuery(
string group,
string search
)
Parameters
group
Type: System.StringThe group against which to query.
search
Type: System.StringThe search type.