Click or drag to resize
MacroMethodContainerRegisteredMethods Property
Returns enumerable of all methods.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<MacroMethod> RegisteredMethods { get; }

Property Value

Type: IEnumerableMacroMethod
See Also