Returns all message boards matching specified criteria with associated document data.
            
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
 - Type: 
System String
WHERE condition 
- orderBy
 - Type: 
System String
ORDER BY expression 
- topN
 - Type: 
System Int32
Top N condition 
- columns
 - Type: 
System String
Columns to be selected 
- documentData
 - Type: 
System Boolean
Indicates if document data for each message board should be included in the result dataset 
Return Value
Type: InfoDataSet BoardInfoSee Also