Retrieves localization on all Page 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[]> GetPageSchemas()
Return Value
Type: XHRServiceResponseGenericSiteDefinitionsLocalizationListItemCollection of localized or original basic information on Schemas for creating Pages
Examples
JavaScript
{ "code": 0, "error": null, "message": [{ "ID": "Home", "Name": "Home Page", "isInComplete": false, "isOutDated": true, "isTranslated": true }, { "ID": "Details", "Name": "细节", "isInComplete": false, "isOutDated": false, "isTranslated": true }] }
See Also