Click or drag to resize
BoardInfoProviderGetMessageBoards Method (String, String, Int32, String, Boolean)
Returns all message boards matching specified criteria with associated document data.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax
C#
public static InfoDataSet<BoardInfo> GetMessageBoards(
	string where,
	string orderBy,
	int topN = 0,
	string columns = null,
	bool documentData = false
)

Parameters

where
Type: SystemString
WHERE condition.
orderBy
Type: SystemString
ORDER BY expression.
topN (Optional)
Type: SystemInt32
Top N condition.
columns (Optional)
Type: SystemString
Columns to be selected.
documentData (Optional)
Type: SystemBoolean
Indicates if document data for each message board should be included in the result dataset.

Return Value

Type: InfoDataSetBoardInfo
See Also