Click or drag to resize
ChatRoomInfoProviderGetChangedChatRooms Method
Gets chat rooms changed since specified time. Does not select one to one rooms!

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<ChatRoomInfo> GetChangedChatRooms(
	int siteID,
	Nullable<DateTime> changedSince
)

Parameters

siteID
Type: SystemInt32
Site ID
changedSince
Type: SystemNullableDateTime
Rooms changed since this time will be returned. If null all rooms will be returned

Return Value

Type: IEnumerableChatRoomInfo
See Also