Click or drag to resize

ISiteContentLocalizationProviderUpdatePCRLocalization Method


Updates the localization override document for the specified Page Creation Rule under the specified language.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void UpdatePCRLocalization(
	string localeId,
	string pcrId,
	string pcrName
)

Parameters

localeId  String
The ID of the language to update the PCR's localization for.
pcrId  String
The ID of the PCR whose localization to update.
pcrName  String
The name of the PCR to use to update the localization override document.
See Also