TaxonomyTreeServicesGetStats Method
|
Retrieves the statistics of the Taxonomy system
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<TaxonomyStats> GetStats()
Public Function GetStats As XHRServiceResponseGeneric(Of TaxonomyStats)
public:
virtual XHRServiceResponseGeneric<TaxonomyStats^>^ GetStats() sealed
abstract GetStats : unit -> XHRServiceResponseGeneric<TaxonomyStats>
override GetStats : unit -> XHRServiceResponseGeneric<TaxonomyStats>
Return Value
Type:
XHRServiceResponseGenericTaxonomyStatsThe summary information of the Taxonomy system
Examples
Sample JSON return
{
"code": 0,
"error": null,
"message": {
"categoriesCount": 8,
"createdCount": 8,
"lastUpdate": "20140203T18:06:40",
"translatedCount": 0
}
}
See Also