Click or drag to resize

SiteDefinitionsLocalizationServicesGetLocalizationStats Method


Retrieves the summary of Site Definitions Localization on the Ingeniux CMS site

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<SiteDefinitionsLocalizationStats> GetLocalizationStats()

Return Value

Type: XHRServiceResponseGenericSiteDefinitionsLocalizationStats

Summary of Site Definitions Localization, including localization for Schemas, Page Creation Rules, Workflow Definitions and Workstates

Examples
Sample JSON return
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