Click or drag to resize
ChatSupportTakenRoomInfoProviderIsRoomTaken Method
Checks if room is taken right now.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static bool IsRoomTaken(
	int roomID,
	int omitChatUserID
)

Parameters

roomID
Type: SystemInt32
ID of room to check
omitChatUserID
Type: SystemInt32
If room is taken by this user, it won't count

Return Value

Type: Boolean
True if room is taken
See Also