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.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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
- searchString
Type: System.String
- groupName
Type: System.String
- pageIndex
Type: System.Int32
- pageSize
Type: System.Int32
Return Value
Type: System.Int32