Click or drag to resize
SubscriberNewsletterInfoProviderGetSubscriptions Method
Returns all existing subscriptions along with detailed information about the subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetSubscriptions(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
WHERE parameter
orderBy
Type: SystemString
ORDER BY parameter
topN
Type: SystemInt32
TOP N parameter
columns
Type: SystemString
Selected columns

Return Value

Type: DataSet
DataSet with subscriptions and their respective subscriber information
See Also