Click or drag to resize
BaseRESTServiceGetTotalRecordsTable Method
Returns table containing one column and one row with total records number.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
protected DataTable GetTotalRecordsTable(
	int totalRecords
)

Parameters

totalRecords
Type: SystemInt32
Total records number

Return Value

Type: DataTable
See Also