Click or drag to resize
RoomAdminState Constructor
Constructor.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public RoomAdminState(
	int roomID,
	DateTime lastChange,
	AdminLevelEnum adminLevel,
	bool isOneOnOne
)

Parameters

roomID
Type: SystemInt32
Room ID
lastChange
Type: SystemDateTime
Last change of admin state
adminLevel
Type: CMS.ChatAdminLevelEnum
Admin level
isOneOnOne
Type: SystemBoolean
Is room one to one
See Also