Click or drag to resize
BoardInfoProviderGetBoardInfo 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#
public static BoardInfo GetBoardInfo(
	int boardId
)

Parameters

boardId
Type: SystemInt32
Board id

Return Value

Type: BoardInfo
See Also