Click or drag to resize
NotificationSubscriptionInfoProviderGetSubscriptions Method (String, String, Int32, 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,
	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: DataSet
See Also