Click or drag to resize
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.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
protected virtual void GlobalizeUnsubscriptionsInternal(
	WhereCondition where
)

Parameters

where
Type: CMS.DataEngineWhereCondition
Where condition specifying which unsubscriptions should be globalized
See Also