Click or drag to resize
CachedMacroRuleTrees Class
Cache for parsed macro conditions.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementCachedMacroRuleTrees

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static class CachedMacroRuleTrees

The CachedMacroRuleTrees type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetParsedTree
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.
Top
See Also