Click or drag to resize
UserRoomAdminState Constructor
Constructor

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public UserRoomAdminState(
	IEnumerable<RoomAdminState> roomAdminStates
)

Parameters

roomAdminStates
Type: System.Collections.GenericIEnumerableRoomAdminState
Admin states of one user
See Also