Click or drag to resize
UnsubscriptionInfoUnsubscriptionNewsletterID 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: NullableInt32
See Also