Click or drag to resize
ModuleCommandsMessageBoardRemoveRoleFromBoard Method
Removes specified role from the board.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void MessageBoardRemoveRoleFromBoard(
	int roleId,
	int boardId
)

Parameters

roleId
Type: SystemInt32
RoleID
boardId
Type: SystemInt32
BoardID
See Also