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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax string Postprocess(
string text
)
Parameters
- text
- Type: SystemString
Return Value
Type:
StringSee Also