Click or drag to resize
BoardInfoProvider.GetBoardInfoInternal Method (Int32)
Returns the BoardInfo structure for the specified board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
protected virtual BoardInfo GetBoardInfoInternal(
	int boardId
)

Parameters

boardId
Type: System.Int32
Board id

Return Value

Type: BoardInfo
See Also