Click or drag to resize
MessageInfoProviderGetMessages Method (String, String)
Gets messages - general method.

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

Parameters

whereCondition
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by

Return Value

Type: DataSet
See Also