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.492
Syntax
PcrOverridesResource GetPcrOverride(
	string pcrId
)

Parameters

pcrId  String
The ID of the Page Creation Rule whose override document to return.

Return Value

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