Click or drag to resize
ModuleCommandsMessageBoardAddModeratorToBoard Method
Adds new BoardModeratorInfo object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void MessageBoardAddModeratorToBoard(
	int userId,
	int boardId
)

Parameters

userId
Type: SystemInt32
ID of the user representing board moderator
boardId
Type: SystemInt32
ID of the board moderator is being added to
See Also