UnsubscriptionInfoProviderGlobalizeUnsubscriptionsInternal Method |
Makes all the unsubscriptions satisfying given where condition global (removes the records siteID).
This has to be made in order to avoid deleting the record when the site is being removed.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntaxprotected virtual void GlobalizeUnsubscriptionsInternal(
WhereCondition where
)
Parameters
- where
- Type: CMS.DataEngineWhereCondition
Where condition specifying which unsubscriptions should be globalized
See Also