MessageInfoProviderGetMessages Method (String, String, Int32, String) |
Gets messages - general method.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 8.2.23
Syntax public static DataSet GetMessages(
string whereCondition,
string orderBy,
int topN,
string columns
)
Parameters
- whereCondition
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by - topN
- Type: SystemInt32
Top N rows - columns
- Type: SystemString
Select only specified columns
Return Value
Type:
DataSetSee Also