BoardRoleInfoProviderGetBoardRoles Method |
Returns all roles assigned to the specified board.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax 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:
DataSetSee Also