Click or drag to resize

IPcrOverridesDocumentGetPcrOverride Method


Retrieves the specified Page Creation Rule's localization override document. 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
PcrOverridesResource GetPcrOverride(
	string pcrId
)

Parameters

pcrId
Type: SystemString
The ID of the Page Creation Rule whose override document to return.

Return Value

Type: PcrOverridesResource
Localization document of for the specified Page Creation Rule.
See Also