Class ContactInfosDeletedHandlerEventArgs
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Event arguments for event that fires when BulkDelete(string, int) deletes some contacts.
public sealed class ContactInfosDeletedHandlerEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsContactInfosDeletedHandlerEventArgs
- Inherited Members
- Extension Methods
Properties
DeletedContactsGUIDs
GUIDs of deleted contacts.
public IEnumerable<Guid> DeletedContactsGUIDs { get; }
Property Value
- IEnumerable<Guid>
DeletedContactsIds
IDs of deleted contacts.
public IEnumerable<int> DeletedContactsIds { get; }
Property Value
- IEnumerable<int>