Click or drag to resize
MacroResolverShowOnlyPrioritized Property
If true, only prioritized properties are shown in Macro components (IntelliSense, MacroSelector, ...). Influences only visual part of the components, resolver will still be able to resolve all the others as well.

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

Property Value

Type: Boolean
See Also