Click or drag to resize
BoardInfoProviderGetMessageBoards Method (String, String, Int32, String)
Returns all message board matching specified criteria.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<BoardInfo> GetMessageBoards(
	string where,
	string orderBy,
	int topN,
	string columns
)

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

Return Value

Type: InfoDataSetBoardInfo
See Also