Returns macro condition saved within the given Rule. If there is no corresponding condition in the rule, returns empty string.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- rule
- Type: CMS.OnlineMarketing RuleInfo
Rule containing the macro
Return Value
Type: StringMacro condition of given rule, if available; empty string otherwise
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Argument rule is null |
See Also