Click or drag to resize
BoardModeratorInfoProviderGetBoardModerators Method (Int32, String, String, String, Int32)
Returns dataset with moderators.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetBoardModerators(
	int boardId,
	string columns,
	string where,
	string orderBy,
	int topN
)

Parameters

boardId
Type: SystemInt32
Board ID
columns
Type: SystemString
Data columns to return
where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement
topN
Type: SystemInt32
Specifies number of returned records

Return Value

Type: DataSet
See Also