Click or drag to resize

IPcrOverridesDocumentSetPcrOverride Method (String, PcrOverridesResource)


Sets the localization document with the given ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void SetPcrOverride(
	string id,
	PcrOverridesResource pcr
)

Parameters

id
Type: SystemString
ID of the localization document to set.
pcr
Type: PcrOverridesResource
The localization document to set.
Remarks
If the localization document with the given ID already exists in the collection of Page Creation Rule override documents, the existing document will be replaced with the provided resource.
See Also