SubscriberNewsletterInfoProviderGetSubscriptions Method |
Returns all existing subscriptions along with detailed information about the subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax 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:
DataSetDataSet with subscriptions and their respective subscriber information
See Also