RoomState GetMessages Method Kentico 8.0 API Reference
Gets newest messages.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

count
Type: OnlineSystem Nullable OnlineInt32 
Max count
sinceWhen
Type: OnlineSystem Nullable OnlineDateTime 
Since when
isFirstRequest
Type: OnlineSystem Boolean
True if this is the first request (client does not have sinceWhen yet)
chatUserID
Type: OnlineSystem Int32
Current user ID (whisper messages will be filtered for this user)

Return Value

Type: MessagesData
See Also