Click or drag to resize
BoardInfoProviderGetBoardInfo Method (String, 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(
	string boardName,
	int documentId
)

Parameters

boardName
Type: SystemString
Board code name
documentId
Type: SystemInt32
Document ID

Return Value

Type: BoardInfo
See Also