PageCommandsServicesGetContentItemUsageSummary Method
|
Retrieves count of internal references of specific page
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public 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
- Type: SystemString
Id of the page
Return Value
Type:
XHRServiceResponseGenericContentItemUsageSummaryCount of the internal references
Examples Sample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": {
"totalResults": 3
}
}
See Also