Click or drag to resize

PageCommandsServicesGetContentItemUsageSummary Method


Retrieves count of internal references of specific page

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax
public XHRServiceResponseGeneric<ContentItemUsageSummary> GetContentItemUsageSummary(
	string id
)

Parameters

id
Type: SystemString
Id of the page

Return Value

Type: XHRServiceResponseGenericContentItemUsageSummary

Count of the internal references

Examples

Sample JSON return

JavaScript
{
  "ContentFreezeEndTime": "",
  "ContentFreezeStartTime": "",
  "code": 0,
  "error": null,
  "message": {
    "totalResults": 3
  }
}
See Also