Click or drag to resize

PageCommandsServicesGetContentItemDescendantCount Method


Retrieves the count of descendants of a particular page or asset folder

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

Parameters

id  String
Id of the content item to retrieve descendants count for

Return Value

XHRServiceResponseGenericInt32

Count of descendants

Example

Sample JSON return

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