Click or drag to resize
BoardInfoProviderGetMessageBoards Method (String, 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
)

Parameters

where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY expression

Return Value

Type: InfoDataSetBoardInfo
See Also