RoomState.GetMessages Method Kentico 8.1 API Reference
Gets newest messages.

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

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