Share via


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

See Also

Reference

PickerQueryControlBase Class

PickerQueryControlBase Members

ExecuteQuery Overload

Microsoft.SharePoint.WebControls Namespace