Click or drag to resize

IPcrOverridesDocument Interface


Represents a Page Creation Rule localization override document for handling translations of Page Creation Rules into various languages for display on the user interfaces of Ingeniux CMS clients.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface IPcrOverridesDocument

The IPcrOverridesDocument type exposes the following members.

Methods
  NameDescription
Public methodGetPcrOverride
Retrieves the specified Page Creation Rule's localization override document. If the document doesn't exist yet, it is created.
Public methodRemovePcrOverride
Removes the localization document for the specified Page Creation Rule.
Public methodSetPcrOverride(String, PcrOverridesResource)
Sets the localization document with the given ID.
Public methodSetPcrOverride(String, String)
Sets the localization document with the given ID and name.
Top
See Also