Click or drag to resize
MacroMethod.ExecuteMethod 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.MacroEngine.EvaluationContext
Resolver object
parameters
Type:System.Object[]
Method parameters

Return Value

Type: Object
See Also