BoardModeratorInfoProviderDeleteBoardModeratorInfo Method (Int32, Int32) |
Deletes specified boardModerator.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static void DeleteBoardModeratorInfo(
int userId,
int boardId
)
Parameters
- userId
- Type: SystemInt32
UserID - boardId
- Type: SystemInt32
BoardID
See Also