Represents a chatroom where online users can send messages back and forth in real-time.

Namespace:  Phoenix.BLL.Library
Assembly:  Phoenix.BLL (in Phoenix.BLL.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
public class ChatRoom : PhoenixObject

Remarks

Class diagram

Remarks

Below are the requirements for creating a chat room.

Any member of a workspace can create a chat room as long as they have 'edit' permission within the workspace.

  • Members only: Indicates whether access is restricted to members of the workspace only.
    • If set, members of the workspace will see the chat room in the chatroom listing and may join at any time. (PublishedStatus = 1)
    • If not set, anyone will be able to participate. Members of the workspace will see the chat room in the chatroom listing and may join at any time. (PublishedStatus = 1)
  • By invitation only: Users that are in the chat room may invite other users to join.
    • If set, the chatroom will not be displayed in the chatroom listing. (PublishedStatus = 0)
    • If not set, the chatroom will not be displayed in the chatroom listing. (PublishedStatus = 0)

Inheritance Hierarchy

System..::.Object
  Phoenix.BLL.Library..::.PhoenixObject
    Phoenix.BLL.Library..::.ChatRoom

See Also