Click or drag to resize
MacroMethodsMethods Property
Gets the hashtable with all methods.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static SafeDictionary<string, MacroMethod> Methods { get; }

Property Value

Type: SafeDictionaryString, MacroMethod
See Also