Click or drag to resize
BoardInfoProviderGetBoardInfoForUser 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 GetBoardInfoForUser(
	string boardName,
	int userId
)

Parameters

boardName
Type: SystemString
Name of the board
userId
Type: SystemInt32
ID of the user board belongs to

Return Value

Type: BoardInfo
See Also