BaseRESTServiceGetTotalRecordsTable Method |
Returns table containing one column and one row with total records number.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax protected DataTable GetTotalRecordsTable(
int totalRecords
)
Parameters
- totalRecords
- Type: SystemInt32
Total records number
Return Value
Type:
DataTableSee Also