Click or drag to resize
BoardInfoProviderGetBoardInfoForGroup Method
Returns the info on board matching specified criteria.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static BoardInfo GetBoardInfoForGroup(
	string boardName,
	int groupId
)

Parameters

boardName
Type: SystemString
Name of the board
groupId
Type: SystemInt32
ID of the group board belongs to

Return Value

Type: BoardInfo
See Also