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

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

Parameters

userId
Type: SystemInt32
User ID
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Top N rows
columns
Type: SystemString
Select only specified columns

Return Value

Type: DataSet
See Also