PageCommandsServicesGetContentItemDescendantCount Method
|
Retrieves the count of descendants of a particular page or asset folder
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<int> GetContentItemDescendantCount(
string id
)
Public Function GetContentItemDescendantCount (
id As String
) As XHRServiceResponseGeneric(Of Integer)
public:
virtual XHRServiceResponseGeneric<int>^ GetContentItemDescendantCount(
String^ id
) sealed
abstract GetContentItemDescendantCount :
id : string -> XHRServiceResponseGeneric<int>
override GetContentItemDescendantCount :
id : string -> XHRServiceResponseGeneric<int>
Parameters
- id
- Type: SystemString
Id of the content item to retrieve descendants count for
Return Value
Type:
XHRServiceResponseGenericInt32Count of descendants
Examples Sample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": 43
}
See Also