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

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

Property Value

Type: ISetInt32
See Also