PageCommandsServicesGetContentItemDescendantCount Method
|
Retrieves the count of descendants of a particular page or asset folder
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic 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 String
- Id of the content item to retrieve descendants count for
Return Value
XHRServiceResponseGenericInt32Count of descendants
ExampleSample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": 43
}
See Also