summaryM:DotNetNuke.Entities.Urls.PagingInfo.UpdatePageResults(System.Int32,System.Int32,System.Int32,System.Int32)

Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void UpdatePageResults(
	int firstRow,
	int lastRow,
	int totalRows,
	int totalPages
)
Visual Basic
Public Sub UpdatePageResults ( 
	firstRow As Integer,
	lastRow As Integer,
	totalRows As Integer,
	totalPages As Integer
)

Parameters

firstRow
Type: System..::..Int32
paramfirstRowM:DotNetNuke.Entities.Urls.PagingInfo.UpdatePageResults(System.Int32,System.Int32,System.Int32,System.Int32)
lastRow
Type: System..::..Int32
paramlastRowM:DotNetNuke.Entities.Urls.PagingInfo.UpdatePageResults(System.Int32,System.Int32,System.Int32,System.Int32)
totalRows
Type: System..::..Int32
paramtotalRowsM:DotNetNuke.Entities.Urls.PagingInfo.UpdatePageResults(System.Int32,System.Int32,System.Int32,System.Int32)
totalPages
Type: System..::..Int32
paramtotalPagesM:DotNetNuke.Entities.Urls.PagingInfo.UpdatePageResults(System.Int32,System.Int32,System.Int32,System.Int32)

See Also