Click or drag to resize
IMacroProcessingColumnAdapterPostprocess Method
A complementary operation to Preprocess(String) that brings text with resolved macros back to the original column format before saving the value back to the object. Typically, encode or encrypt operation.

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

Parameters

text
Type: SystemString

Return Value

Type: String
See Also