Click or drag to resize
BoardSubscriptionInfoProviderGetSubscriptions Method (String, String)
Gets all the subscriptions according specified conditions.

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

Parameters

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

Return Value

Type: DataSet
See Also