Click or drag to resize
UnsubscriptionInfoProviderDeleteUnsubscriptionInfoInternal Method
Deletes specified UnsubscriptionInfo.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteUnsubscriptionInfoInternal(
	UnsubscriptionInfo infoObj
)

Parameters

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