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.308
Syntax
void UpdatePCRLocalization(
	string localeId,
	string pcrId,
	string pcrName
)

Parameters

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