Click or drag to resize
BoardModeratorInfoProvider.GetBoardModeratorInfo Method
Returns the BoardModeratorInfo structure for the specified boardModerator.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax
C#
public static BoardModeratorInfo GetBoardModeratorInfo(
	int userId,
	int boardId
)

Parameters

userId
Type: System.Int32
UserID
boardId
Type: System.Int32
BoardID

Return Value

Type: BoardModeratorInfo
See Also