Click or drag to resize
UsersRoomAdminStatesGetRoomsWithChangedRights Method
Gets rooms where admin rights were changed for specified user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
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: IEnumerableRoomAdminState
RoomAdminStates
See Also