Click or drag to resize
MacroRuleAvailabilityEnum Enumeration
Indicates in which application can the MacroRuleInfo be evaluated.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public enum MacroRuleAvailabilityEnum
Members
  Member nameValueDescription
MainApplication0 Macro rule can be evaluated in the main application (i.e. the implementation of underlying macros is available).
MvcLiveSite1 Macro rule can be evaluated in the MVC live-site (i.e. the implementation of underlying macros is available).
Both2 Macro rule can be evaluated in both applications (i.e. the implementation of underlying macros is available).
See Also