Click or drag to resize
MacroMethodContainerRegisterMethod Method
Registers the given method.

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

Parameters

method
Type: CMS.MacroEngineMacroMethod
Method to register
See Also