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 ( _
searchString As String, _
filterName As String, _
pageIndex As Integer, _
pageSize As Integer _
) As Integer
'Usage
Dim searchString As String
Dim filterName As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer
returnValue = Me.IssueQuery(searchString, _
filterName, pageIndex, pageSize)
protected override int IssueQuery(
string searchString,
string filterName,
int pageIndex,
int pageSize
)
Parameters
- searchString
Type: System.String
- filterName
Type: System.String
- pageIndex
Type: System.Int32
- pageSize
Type: System.Int32
Return Value
Type: System.Int32