Click or drag to resize

IPcrOverridesDocumentSetPcrOverride(String, String) Method


Sets the localization document with the given ID and name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void SetPcrOverride(
	string id,
	string name
)

Parameters

id  String
ID of the localization document to set.
name  String
Name of 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 a new document.
See Also