Click or drag to resize
BoardMessageInfoProviderGetMessages Method (Int32)
Returns dataset of all messages for given board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetMessages(
	int boardId
)

Parameters

boardId
Type: SystemInt32
Message board ID

Return Value

Type: DataSet
See Also