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

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

Parameters

where
Type: SystemString
Where condition to apply
orderBy
Type: SystemString
Order by statement used to sort the data

Return Value

Type: InfoDataSetForumGroupInfo
See Also