Share via


ChoiceQueryControl.IssueQuery Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Function IssueQuery ( _
    searchString As String, _
    groupName As String, _
    pageIndex As Integer, _
    pageSize As Integer _
) As Integer
'Usage
Dim searchString As String
Dim groupName As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer

returnValue = Me.IssueQuery(searchString, _
    groupName, pageIndex, pageSize)
protected override int IssueQuery(
    string searchString,
    string groupName,
    int pageIndex,
    int pageSize
)

Parameters

Return Value

Type: System.Int32

See Also

Reference

ChoiceQueryControl Class

ChoiceQueryControl Members

Microsoft.SharePoint.Portal.WebControls Namespace