CachedMacroRuleTrees GetParsedTree Method Kentico 8.1 API Reference
Parses serialized macro (for example in a contact group) to a MacroRuleTree and saves it to cache for subsequent calls. If macro rule tree was already parsed, returns it from cache.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Return Value

Type: MacroRuleTree
MacroRuleTree that is parsed from macroCondition or taken from cache or null if it cannot be parsed
Exceptions

See Also