Click or drag to resize
MacroMethodsGetMethod Method
Gets the specific method delegate.

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

Parameters

name
Type: SystemString
Method name

Return Value

Type: MacroMethod
See Also