Click or drag to resize
ContactInfosDeletedHandlerEventArgs.DeletedContactsIds Property
IDs of deleted contacts.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<int> DeletedContactsIds { get; }

Property Value

Type: IEnumerable<Int32>
See Also