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

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static void AddModeratorToBoard(
	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