Click or drag to resize
BoardMessageInfoProvider.GetMessages 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: 8.2.23
Syntax
C#
public static DataSet GetMessages(
	string where,
	string orderBy
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
OrderBy condition

Return Value

Type: DataSet
See Also