| UsersRoomAdminStatesGetRoomsWithChangedRights Method  | 
            Gets rooms where admin rights were changed for specified user.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic IEnumerable<RoomAdminState> GetRoomsWithChangedRights(
	int chatUserID,
	DateTime sinceWhen
)
Parameters
- chatUserID
 - Type: SystemInt32
Chat user ID - sinceWhen
 - Type: SystemDateTime
Rights were changed since this time 
Return Value
Type: 
IEnumerableRoomAdminStateRoomAdminStates
See Also