Click or drag to resize
MessageInfoProviderGetMessages Method (Int32, String)
Gets user's messages - uses general method.

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

Parameters

userId
Type: SystemInt32
User ID
orderBy
Type: SystemString
Order by

Return Value

Type: DataSet
See Also