Click or drag to resize
XmlColumnMacroProcessingAdapter Class
Represents a column adapter for XML columns. Decodes the value in the preprocessing phase and encodes the value in the postprocessing phase.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineXmlColumnMacroProcessingAdapter

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public sealed class XmlColumnMacroProcessingAdapter : IMacroProcessingColumnAdapter

The XmlColumnMacroProcessingAdapter type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Instance of XmlColumnMacroProcessingAdapter.
Top
Methods
  NameDescription
Public methodPostprocess
Encodes the text with processed macros back to the original XML format.
Public methodPreprocess
Decodes the value of XML column before processing macros.
Top
See Also