Click or drag to resize
XmlColumnMacroProcessingAdapterPreprocess Method
Decodes the value of XML column before processing macros.

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

Parameters

text
Type: SystemString

Return Value

Type: String

Implements

IMacroProcessingColumnAdapterPreprocess(String)
See Also