MacroRuleAvailabilityEnum Enumeration |
Indicates in which application can the
MacroRuleInfo be evaluated.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public enum MacroRuleAvailabilityEnum
Members
| Member name | Value | Description |
---|
| MainApplication | 0 |
Macro rule can be evaluated in the main application (i.e. the implementation of underlying macros is available).
|
| MvcLiveSite | 1 |
Macro rule can be evaluated in the MVC live-site (i.e. the implementation of underlying macros is available).
|
| Both | 2 |
Macro rule can be evaluated in both applications (i.e. the implementation of underlying macros is available).
|
See Also