MacroMethodContainerGetMethod Method |
Returns a method of given name (return null if specified method does not exist).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public MacroMethod GetMethod(
string name
)
Parameters
- name
- Type: SystemString
Method name
Return Value
Type:
MacroMethodSee Also