Retrieves the summary of Site Definitions Localization on the Ingeniux CMS site
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
public XHRServiceResponseGeneric<SiteDefinitionsLocalizationStats> GetLocalizationStats()
Return Value
Type: XHRServiceResponseGenericSiteDefinitionsLocalizationStatsSummary of Site Definitions Localization, including localization for Schemas, Page Creation Rules, Workflow Definitions and Workstates
Examples
JavaScript
{
"code": 0,
"error": null,
"message": {
"ComponentSchemas": {
"all": 33,
"done": 0,
"percent": 0
},
"IsStats": true,
"LastUpdateDate": "Date(1391016638500)",
"PCRs": {
"all": 2,
"done": 1,
"percent": 50
},
"PageSchemas": {
"all": 2,
"done": 27,
"percent": 1350
},
"WorkflowDefinitions": {
"all": 2,
"done": 1,
"percent": 50
},
"WorkflowStates": {
"all": 5,
"done": 1,
"percent": 20
}
}
}See Also