SiteDefinitionsLocalizationServicesGetComponentSchemas Method Ingeniux CMS Web Services API

Retrieves localization on all Component Schemas of the site. The name on each entry is localized name if localization exists

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<SiteDefinitionsLocalizationListItem[]> GetComponentSchemas()

Return Value

Type: XHRServiceResponseGenericSiteDefinitionsLocalizationListItem

Collection of localized or original basic information on Schemas for creating Components

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": [{
        "ID": "Schemas\/12",
        "Name": "Binary File",
        "isInComplete": false,
        "isOutDated": true,
        "isTranslated": true
    }, {
        "ID": "Schemas\/568",
        "Name": "图像",
        "isInComplete": false,
        "isOutDated": false,
        "isTranslated": true
    }]
}
See Also

Reference