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