Click or drag to resize
NotificationSubscriptionInfoProviderGetSubscriptions Method (String, String)

Note: This API is now obsolete.

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: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetNotificationSubscriptions instead")]
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