Click or drag to resize
BoardRoleInfoProviderGetBoardRoles Method
Returns all roles assigned to the specified board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetBoardRoles(
	int boardId,
	string columns
)

Parameters

boardId
Type: SystemInt32
ID of the board for which the roles are returned
columns
Type: SystemString
Columns to return

Return Value

Type: DataSet
See Also