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