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.3.169
Syntax
public XHRServiceResponseGeneric<int> GetContentItemDescendantCount(
	string id
)

Parameters

id
Type: SystemString
Id of the content item to retrieve descendants count for

Return Value

Type: XHRServiceResponseGenericInt32

Count of descendants

Examples

Sample JSON return

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