Click or drag to resize
BoardInfoProviderGetBoardInfoInternal 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: SystemInt32
Board id

Return Value

Type: BoardInfo
See Also