Click or drag to resize
MacroMethodExecuteMethod Method (EvaluationContext, Object)
Executes given method with parameters.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public Object ExecuteMethod(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Resolver object
parameters
Type: SystemObject
Method parameters

Return Value

Type: Object
See Also