| UsersRoomAdminStatesGetRoomsWithChangedRights Method | 
            Gets rooms where admin rights were changed for specified user.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
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
See Also