ForumGroupInfoProviderGetGroups Method (String, String, Int32, String) |
Note: This API is now obsolete.
Returns records on groups according to the specified conditions.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use method GetForumGroups() instead")]
public static InfoDataSet<ForumGroupInfo> GetGroups(
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:
InfoDataSetForumGroupInfoSee Also