Click or drag to resize
XmlColumnMacroProcessingAdapterPostprocess Method
Encodes the text with processed macros back to the original XML format.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public string Postprocess(
	string text
)

Parameters

text
Type: SystemString

Return Value

Type: String

Implements

IMacroProcessingColumnAdapterPostprocess(String)
See Also