Click or drag to resize

ISiteContentLocalizationProviderPCROverridesDocument Method


Retrieves the Page Creation Rules localization override document for the specified language. If the document doesn't exist yet, it is created.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
PcrOverridesDocument PCROverridesDocument(
	string locale
)

Parameters

locale
Type: SystemString
The language for which to retrieve the localization document

Return Value

Type: PcrOverridesDocument
Localization document of the specified language for Workflow Definitions and Work States.
See Also