IPcrOverridesDocumentSetPcrOverride(String, PcrOverridesResource) Method
|
Sets the localization document with the given ID.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid SetPcrOverride(
string id,
PcrOverridesResource pcr
)
Sub SetPcrOverride (
id As String,
pcr As PcrOverridesResource
)
void SetPcrOverride(
String^ id,
PcrOverridesResource^ pcr
)
abstract SetPcrOverride :
id : string *
pcr : PcrOverridesResource -> unit Parameters
- id String
- ID of the localization document to set.
- pcr PcrOverridesResource
- 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 the provided resource.
See Also