Click or drag to resize
MacroMethodContainerRegisterMethods Method (MacroMethod)
Registers the given methods.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public void RegisterMethods(
	params MacroMethod[] methods
)

Parameters

methods
Type: CMS.MacroEngineMacroMethod
Methods to register
See Also