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
)
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
- 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