The ChatRoomInformationtype exposes the following members.

Properties

  Name Description
Public property AddIn Gets or sets the add-in for this chat room. An add-in is a web page that can be embedded in a chat room, displayed in a panel below the chat area of the Group Chat Client.
Public property AllowFileUpload Gets or sets the default behavior of this chat room for allowing file uploads.
Public property ChangeHistory Gets the change history of the chat room.
Public property ChatRoomUri Gets the URI of the chat room to be modified.
Public property CreateNewMemberList Gets or sets a value indicating whether this chat room overrides the membership list of its parent category.
Public property Description Gets or sets the new description.
Public property IsAuditorium Gets or sets a value indicating whether this chat room is an auditorium-style room. When true , only those users who are on the Presenters list may post messages. Other members of the chat room can read the messages and chat history, but may not participate in the conversation. The default value of this setting is false , which means that any user who is a member of the chat room may participate in the conversation.
Public property IsDisabled Gets or sets a value indicating whether this chat room is disabled. Once created, a chat room cannot be deleted. However, it can be disabled; disabling a chat room prevents users from joining the chat room, or reading the chat history.
Public property LogChatHistory Gets or sets the default behavior of this chat room for logging chat history.
Public property Name Gets or sets the new name.
Public property ParentCategoryUri Gets the parent category URI of the chat room to be modified.
Public property SendInvitationsToMembers Gets or sets the default behavior of this chat room for sending invitations to new members.
Public property Topic Gets or sets the topic of this chat room. The topic is an optional one-sentence description of the chat room, which is displayed when browsing for chat rooms. The topic is also displayed as part of the chat room title bar in the Group Chat client.
Public property VisibleOnlyToMembers Gets or sets the visibility of this chat room.
Top

See Also