Click or drag to resize
MacroMethodsRegisterMethod Method
Registers the given method within the method table.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static void RegisterMethod(
	MacroMethod method
)

Parameters

method
Type: CMS.MacroEngineMacroMethod
Macro method to register
See Also