ForumInfoProvider.GetForums Method (String, String, Int32, String) |
Note: This API is now obsolete.
Returns forums according to the specified conditions.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax[ObsoleteAttribute("Use method GetForums() instead")]
public static InfoDataSet<ForumInfo> GetForums(
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<ForumInfo>
See Also