Click or drag to resize
UnsubscriptionInfoUnsubscriptionSiteID Property
Unsubscribed on specific site. Based on the NewslettersConfiguration, setting "CMSNewsletterUseSiteSpecificUnsubscriptions", meaning is different. If false, any value means unsubscribed on all sites if newsletter ID is set to null.

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

Property Value

Type: NullableInt32
See Also