Click or drag to resize
BoardModeratorInfoProviderDeleteBoardModeratorInfo Method (Int32, Int32)
Deletes specified boardModerator.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static void DeleteBoardModeratorInfo(
	int userId,
	int boardId
)

Parameters

userId
Type: SystemInt32
UserID
boardId
Type: SystemInt32
BoardID
See Also