Click or drag to resize
SubscriberNewsletterInfoProviderDeleteSubscriberNewsletterInfos Method
Deletes SubscriberNewsletterInfo objects based on specified where condition.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void DeleteSubscriberNewsletterInfos(
	string where
)

Parameters

where
Type: SystemString
Where condition. Deletes all subscribers when where condition is set to null
See Also