Click or drag to resize
BoardSubscriptionInfoProviderGetSubscriptions Method (String, 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,
	string columns
)

Parameters

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

Return Value

Type: DataSet
See Also