BoardMessageInfoProviderGetMessages Method (String, String) |
Returns dataset of all messages according to where and order by condition.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static DataSet GetMessages(
string where,
string orderBy
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
OrderBy condition
Return Value
Type:
DataSetSee Also