The 8.2 site is using System.Boolean CMS.Newsletters.SubscriberNewsletterInfo.SubscriptionEnabled in some custom code.
I'm confused as to what the question is.... If you are upgrading from 8 to 9, use the API change tool here on the devnet to find the replacement
http://devnet.kentico.com/documentation/api-changes/kentico-9
Hi David,
SubscriptionEnabled property has been removed. You need to use Service<ISubscriptionService>.Entry().IsUnsubscribed method. See there about changes
SubscriptionEnabled
Service<ISubscriptionService>.Entry().IsUnsubscribed
Please, sign in to be able to submit a new answer.