Click or drag to resize
BoardInfoProviderGetMessageBoards Method (Int32, String)
Returns Boards for specified site.

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

Parameters

siteId
Type: SystemInt32
Site id
where
Type: SystemString
Where condition

Return Value

Type: InfoDataSetBoardInfo
See Also