Click or drag to resize

PageCommandsServicesGetContentItemUsageSummary Method


Retrieves count of internal references of specific page

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

Parameters

id  String
Id of the page

Return Value

XHRServiceResponseGenericContentItemUsageSummary

Count of the internal references

Example

Sample JSON return

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