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

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

Property Value

Type: Boolean
See Also