Click or drag to resize
SiteRoomsGetChangedRooms Method
Gets changed rooms by specified chat user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatRoomsData GetChangedRooms(
	Nullable<DateTime> sinceWhen,
	ChatUserInfo chatUser
)

Parameters

sinceWhen
Type: SystemNullableDateTime
Rooms changed since this time will be returned. If null, only accessible rooms will be returned
chatUser
Type: CMS.ChatChatUserInfo
Chat user whose accessible rooms should be returned. If null, only public rooms will be returned.

Return Value

Type: ChatRoomsData
See Also