Click or drag to resize
SubscriberInfoProviderDeleteContactSubscribersInternal Method
Deletes contact subscribers based on contact IDs.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteContactSubscribersInternal(
	IList<int> contactIds
)

Parameters

contactIds
Type: System.Collections.GenericIListInt32
IEnumerable of contactIds
See Also