Settings needed for creating a chat room category.
The ChatRoomCategorySettingstype exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChatRoomCategorySettings | Initializes a new instance of the ChatRoomCategorySettings class. |
Properties
Name | Description | |
---|---|---|
AllowFileUpload | Gets or sets the default behavior of chat rooms in this category for allowing file uploads. This value will be used to set the initial value of any chat room created in this category. Each chat room manager can choose to inherit the category value, or override it for that specific chat room. | |
AllowSubcategoryScopeChanges | Gets or sets a value indicating whether the scope of subcategories can be changed. | |
CategoryMembersCanCreateChatRooms | Gets or sets a value indicating whether or not category members can create chat rooms in this category. | |
ChildrenMustInheritProperties | Gets or sets a value indicating whether or not various properties on chat rooms and subcategories will be read-only. | |
CreateNewMemberList | Gets or sets a value indicating whether this category overrides the membership list of it's parent category. | |
Description | Gets or sets the description. Description may be null. | |
LogChatHistory | Gets or sets the default behavior of chat rooms in this category for logging chat history. This value will be used to set the initial value of any chat room created in this category. Each chat room manager can choose to inherit the category value, or override it for that specific chat room. | |
Name | Gets or sets the name. 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 default behavior of chat rooms in this category for sending invitations to new members. This value will be used to set the initial value of any chat room created in this category. Each chat room manager can choose to inherit the category value, or override it for that specific chat room. | |
VisibleOnlyToMembers | Gets or sets the default visibility of chat rooms in this category. This value will be used to set the initial value of any chat room created in this category. Each chat room manager can choose to inherit the category value, or override it for that specific chat room. |
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.) |