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.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function IssueQuery ( _
search As String, _
groupName As String, _
pageIndex As Integer, _
pageSize As Integer _
) As Integer
'Usage
Dim search As String
Dim groupName As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer
returnValue = Me.IssueQuery(search, _
groupName, pageIndex, pageSize)
protected override int IssueQuery(
string search,
string groupName,
int pageIndex,
int pageSize
)
Parameters
- search
Type: System.String
- groupName
Type: System.String
- pageIndex
Type: System.Int32
- pageSize
Type: System.Int32
Return Value
Type: System.Int32