Click or drag to resize
MacroMethodContainerGetMethod Method
Returns a method of given name (return null if specified method does not exist).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public MacroMethod GetMethod(
	string name
)

Parameters

name
Type: SystemString
Method name

Return Value

Type: MacroMethod
See Also