Click or drag to resize
BoardRoleInfoProviderGetBoardRoleInfo Method
Returns the BoardRoleInfo structure for the specified boardRole.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static BoardRoleInfo GetBoardRoleInfo(
	int roleId,
	int boardId
)

Parameters

roleId
Type: SystemInt32
Role id
boardId
Type: SystemInt32
Board id

Return Value

Type: BoardRoleInfo
See Also