Click or drag to resize
IMacroMethodExecuteMethod Method
Executes given method with parameters.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
Object ExecuteMethod(
	params Object[] parameters
)

Parameters

parameters
Type: SystemObject
Method parameters

Return Value

Type: Object
See Also