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

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

Parameters

userId
Type: SystemInt32
UserID
boardId
Type: SystemInt32
BoardID

Return Value

Type: BoardModeratorInfo
See Also