Click or drag to resize
DynamicConditionEvaluatorContactCache Property
Cached contacts which were recently processed.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static SafeDictionary<int, ContactInfo> ContactCache { get; set; }

Property Value

Type: SafeDictionaryInt32, ContactInfo
See Also