MessageInfoProvider.GetMessages Method (String, String) |
Gets messages - general method.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 10.0.0
Syntaxpublic static DataSet GetMessages(
string whereCondition,
string orderBy
)
Parameters
- whereCondition
- Type: System.String
Where condition - orderBy
- Type: System.String
Order by
Return Value
Type:
DataSet
See Also