Click or drag to resize
UnsubscriptionInfoProvider.GetUnsubscriptions Method
Returns a query for all the UnsubscriptionInfo objects.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<UnsubscriptionInfo> GetUnsubscriptions()

Return Value

Type: ObjectQuery<UnsubscriptionInfo>
See Also