ChatRoomSettings Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Settings needed for creating a chat room.
The ChatRoomSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChatRoomSettings | Initializes a new instance of the ChatRoomSettings class. |
Top
Properties
Name | Description | |
---|---|---|
AddIn | Gets or sets the add-in to be used on this chat room. AddIn may be null. | |
AllowFileUpload | Gets or sets the behavior of this chat room for allowing file uploads. | |
CreateNewMemberList | Gets or sets a value indicating whether this chat room overrides the membership list of its parent category. | |
Description | Gets or sets the description of the chat room. Description may be null. | |
IsAuditorium | Gets or sets a value indicating whether this is an auditorium chat room. | |
IsDisabled | Gets or sets a value indicating whether this chat room is disabled. | |
LogChatHistory | Gets or sets the behavior of this chat room for logging chat history. | |
Name | Gets or sets the name of the chat room. Name is a required setting. | |
ParentCategoryUri | Gets or sets the URI of the category into which this chat room will be placed. ParentCategoryUri is a required setting. | |
SendInvitationsToMembers | Gets or sets the behavior of this chat room for sending invitations to new members. | |
Topic | Gets or sets the topic of this chat room. | |
VisibleOnlyToMembers | Gets or sets the visibility of this chat room |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top