Table of Contents

Class XmlColumnMacroProcessingAdapter

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Represents a column adapter for XML columns. Decodes the value in the preprocessing phase and encodes the value in the postprocessing phase.

public sealed class XmlColumnMacroProcessingAdapter : IMacroProcessingColumnAdapter
Inheritance
object
XmlColumnMacroProcessingAdapter
Implements
Extension Methods

Properties

Instance

public static XmlColumnMacroProcessingAdapter Instance { get; }

Property Value

XmlColumnMacroProcessingAdapter

Methods

Postprocess(string)

Encodes the text with processed macros back to the original XML format.

public string Postprocess(string text)

Parameters

text string

Returns

string

Preprocess(string)

Decodes the value of XML column before processing macros.

public string Preprocess(string text)

Parameters

text string

Returns

string

See Also