Click or drag to resize
ForumInfoProviderGetForums Method (String, String, Int32, String)
Returns forums according to the specifed conditions.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<ForumInfo> GetForums(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to apply
orderBy
Type: SystemString
Order by statement used to sort the data
topN
Type: SystemInt32
TOP N Rows
columns
Type: SystemString
Columns

Return Value

Type: InfoDataSetForumInfo
See Also