Click or drag to resize
UnsubscriptionInfo.UnsubscriptionNewsletterID Property
Unsubscribed from specific newsletter. If null, unsubscribed from all newsletters on specific site or from all sites, base on the NewslettersConfiguration, setting "CMSNewsletterUseSiteSpecificUnsubscriptions".

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public virtual Nullable<int> UnsubscriptionNewsletterID { get; set; }

Property Value

Type: Nullable<Int32>
See Also