ISiteContentLocalizationProviderUpdatePCRLocalization Method
|
Updates the localization override document for the specified
Page Creation Rule under the specified language.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid UpdatePCRLocalization(
string localeId,
string pcrId,
string pcrName
)
Sub UpdatePCRLocalization (
localeId As String,
pcrId As String,
pcrName As String
)
void UpdatePCRLocalization(
String^ localeId,
String^ pcrId,
String^ pcrName
)
abstract UpdatePCRLocalization :
localeId : string *
pcrId : string *
pcrName : string -> unit 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