Click or drag to resize

SiteDefinitionsLocalizationServicesGetPCRs Method


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: 10.3.169
Syntax
public XHRServiceResponseGeneric<SiteDefinitionsLocalizationListItem[]> GetPCRs()

Return Value

Type: XHRServiceResponseGenericSiteDefinitionsLocalizationListItem

Collection of localized or original basic information of Page Creation Rules

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