Returns the DataSet of forum posts joined with user, user settings and other tables.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- whereCondition
- Type: System String
Where condition
- orderBy
- Type: System String
Order specification
- topN
- Type: System Int32
Select TOP N posts
- columns
- Type: System String
List of columns which should be selected
Return Value
Type: InfoDataSet ForumPostInfoSee Also