SiteDefinitionsLocalizationServicesGetLocalizationStats Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<SiteDefinitionsLocalizationStats> GetLocalizationStats()
Summary of Site Definitions Localization, including localization for Schemas, Page Creation Rules, Workflow Definitions and Workstates
{ "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 } } }