Gets newest messages.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- count
- Type:
System.Nullable<
Int32>
Max count
- sinceWhen
- Type:
System.Nullable<
DateTime>
Since when
- isFirstRequest
- Type:
System.Boolean
True if this is the first request (client does not have sinceWhen yet)
- chatUserID
- Type:
System.Int32
Current user ID (whisper messages will be filtered for this user)
Return Value
Type: MessagesDataSee Also