MacroMethodsExecuteMethod Method (String, Object) |
Executes the given method with parameters.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public static Object ExecuteMethod(
string name,
params Object[] parameters
)
Parameters
- name
- Type: SystemString
Method name - parameters
- Type: SystemObject
Method parameters
Return Value
Type:
ObjectSee Also