MacroResolverFinalizeResult Method |
Finalizes the result (makes the result string).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax protected string FinalizeResult(
Object result,
bool processChilden,
EvaluationContext context
)
Parameters
- result
- Type: SystemObject
Result object - processChilden
- Type: SystemBoolean
If true, the children get finalized as well - context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context
Return Value
Type:
StringSee Also