NotificationSubscriptionInfoProviderGetSubscriptions Method (String, String, Int32, String) |
Gets all the notification subscriptions filtered by where condition and sorted by order by expression.
Namespace: CMS.NotificationsAssembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax public static DataSet GetSubscriptions(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
Where condition to use - orderBy
- Type: SystemString
Order by statement - topN
- Type: SystemInt32
Specifies number of returned records - columns
- Type: SystemString
Data columns to return
Return Value
Type:
DataSetSee Also