MessageInfoProviderGetUnreadMessages Method (Int32, String) |
Gets user's unread messages - uses general method.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 8.2.23
Syntax public static DataSet GetUnreadMessages(
int userId,
string orderBy
)
Parameters
- userId
- Type: SystemInt32
User ID - orderBy
- Type: SystemString
Order by
Return Value
Type:
DataSetSee Also