Share via


DataResultBase.GetTotalMatchingItemNum method

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

Syntax

'Declaration
Protected Overridable Function GetTotalMatchingItemNum As Integer
'Usage
Dim returnValue As Integer

returnValue = Me.GetTotalMatchingItemNum()
protected virtual int GetTotalMatchingItemNum()

Return value

Type: System.Int32
the total # of matching items. This is only used when advanced paging is enabled.

See also

Reference

DataResultBase class

DataResultBase members

Microsoft.SharePoint.Portal.WebControls namespace