Click or drag to resize
ForumGroupInfoProvider.GetGroups Method (String, String, Int32, String)
Returns records on groups according to the specified conditions.

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

Parameters

where
Type: System.String
Where condition to apply
orderBy
Type: System.String
Order by statement used to sort the data
topN
Type: System.Int32
TOP N Rows
columns
Type: System.String
Columns

Return Value

Type: InfoDataSet<ForumGroupInfo>
See Also