MacroMethodExecuteMethod Method (EvaluationContext, Object) |
Executes given method with parameters.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public Object ExecuteMethod(
EvaluationContext context,
params Object[] parameters
)
Parameters
- context
- Type: CMS.MacroEngineEvaluationContext
Resolver object - parameters
- Type: SystemObject
Method parameters
Return Value
Type:
ObjectSee Also