Click or drag to resize
UnsubscriptionInfoProviderDeleteUnsubscriptionInfo Method (UnsubscriptionInfo)
Deletes specified UnsubscriptionInfo.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void DeleteUnsubscriptionInfo(
	UnsubscriptionInfo infoObj
)

Parameters

infoObj
Type: CMS.NewslettersUnsubscriptionInfo
UnsubscriptionInfo to be deleted
See Also