Click or drag to resize
BoardMessageInfoProviderGetMessages Method (String, String)
Returns dataset of all messages according to where and order by condition.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetMessages(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
OrderBy condition

Return Value

Type: DataSet
See Also