Click or drag to resize
NotificationSubscriptionInfoProviderGetSubscriptions Method (String, String)
Gets all the notification subscriptions filtered by where condition and sorted by order by expression.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetSubscriptions(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to use
orderBy
Type: SystemString
Order by statement

Return Value

Type: DataSet
See Also