Click or drag to resize
MacroMethodIsHidden Property
If true, the method won't be visible in IntelliSense (but will be normally executed when called).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public bool IsHidden { get; set; }

Property Value

Type: Boolean

Implements

IMacroMethodIsHidden
See Also