Click or drag to resize
UnsubscriptionInfoProviderSetUnsubscriptionInfoInternal Method
Sets (updates or inserts) specified UnsubscriptionInfo.

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

Parameters

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