PageCommandsServicesGetContentItemUsageSummary Method
|
Retrieves count of internal references of specific page
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<ContentItemUsageSummary> GetContentItemUsageSummary(
string id
)
Public Function GetContentItemUsageSummary (
id As String
) As XHRServiceResponseGeneric(Of ContentItemUsageSummary)
public:
virtual XHRServiceResponseGeneric<ContentItemUsageSummary^>^ GetContentItemUsageSummary(
String^ id
) sealed
abstract GetContentItemUsageSummary :
id : string -> XHRServiceResponseGeneric<ContentItemUsageSummary>
override GetContentItemUsageSummary :
id : string -> XHRServiceResponseGeneric<ContentItemUsageSummary> Parameters
- id String
- Id of the page
Return Value
XHRServiceResponseGenericContentItemUsageSummaryCount of the internal references
ExampleSample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": {
"totalResults": 3
}
}
See Also