Retrieves localization on all Page Creation Rules on the site. The name of each entry is localized name if localization exists
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericSiteDefinitionsLocalizationListItemCollection of localized or original basic information of Page Creation Rules
Examples
JavaScript
{ "code": 0, "error": null, "message": [{ "ID": "PageCreationRules\/65", "Name": "Document", "isInComplete": true, "isOutDated": true, "isTranslated": false }, { "ID": "PageCreationRules\/1", "Name": "Créer un composant de l'image", "isInComplete": false, "isOutDated": false, "isTranslated": true }] }
See Also