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