Click or drag to resize
ForumSubscriptionInfoProviderGetSubscriptions 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: SystemString
Where condition
orderBy
Type: SystemString
Order by condition
topN
Type: SystemInt32
TOP N
columns
Type: SystemString
Columns

Return Value

Type: DataSet
See Also