Click or drag to resize
MacroResolverFinalizeResult Method
Finalizes the result (makes the result string).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also