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.1.5347.20411)
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 
- 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