Click or drag to resize
UnsubscriptionInfoProviderGetUnsubscriptions 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: ObjectQueryUnsubscriptionInfo
See Also