Click or drag to resize
IMacroProcessingColumnAdapterPreprocess Method
Operation that is executed on text before the value is processed by macro engine. Typically, decode or decrypt operation.

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

Parameters

text
Type: SystemString

Return Value

Type: String
See Also