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

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<BoardInfo> GetMessageBoardsInternal(
	int siteId,
	string where
)

Parameters

siteId
Type: System.Int32
Site id
where
Type: System.String
Where condition

Return Value

Type: InfoDataSet<BoardInfo>
See Also