| ChatRoomInfoProviderGetChangedChatRooms Method | 
            Gets chat rooms changed since specified time. Does not select one to one rooms!
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also