Returns the DataSet of forum posts in specified subtree of forum posts.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- forumId
- Type: System Int32
Forum ID
- path
- Type: System String
Posts path
- whereCondition
- Type: System String
Where condition
- orderBy
- Type: System String
Order specification
- maxRelativeLevel
- Type: System Int32
Maximal relative level
- selectOnlyApproved
- Type: System Boolean
Select only approved posts
Return Value
Type: InfoDataSet ForumPostInfoSee Also