| UserRoomAdminStateGetChangedRooms Method  | 
            Gets admin states which has changed since specified date.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic IEnumerable<RoomAdminState> GetChangedRooms(
	DateTime sinceWhen
)
Parameters
- sinceWhen
 - Type: SystemDateTime
Admin states changes later than this date 
Return Value
Type: 
IEnumerableRoomAdminState
See Also