Click or drag to resize
ForumSubscriptionInfoProvider.GetSubscriptions Method
Returns dataset with subscription with dependence on input conditions.

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

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by condition
topN
Type: System.Int32
TOP N
columns
Type: System.String
Columns

Return Value

Type: DataSet
See Also