Click or drag to resize
RecalculateAfterContactActionsBatchEventArgsContactIDs Property
Gets or sets contacts whose score is being recalculated.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public ISet<int> ContactIDs { get; set; }

Property Value

Type: ISetInt32
See Also