Click or drag to resize
NewsletterContextUnsubscriptionLinksBackwardCompatibilityMode Property
Indicates that backward compatibility mode is used for newsletter unsubscription links. In version 8.2 and previous unsubscription links contained contactId parameter. From version 9.0 email parameter is used to identify contact.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static bool UnsubscriptionLinksBackwardCompatibilityMode { get; set; }

Property Value

Type: Boolean
See Also