BoardInfoProviderGetMessageBoardsInternal Method |
Returns all message boards matching specified criteria with associated document data.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 11.0.0
Syntax protected virtual InfoDataSet<BoardInfo> GetMessageBoardsInternal(
string where,
string orderBy,
int topN,
string columns,
bool documentData
)
Parameters
- where
- Type: SystemString
WHERE condition. - orderBy
- Type: SystemString
ORDER BY expression. - topN
- Type: SystemInt32
Top N condition. - columns
- Type: SystemString
Columns to be selected. - documentData
- Type: SystemBoolean
Indicates if document data for each message board should be included in the result dataset.
Return Value
Type:
InfoDataSetBoardInfoSee Also