ChatRoomCategoryInformation Members
Include Protected Members
Include Inherited Members
The ChatRoomCategoryInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChatRoomCategoryInformation | Initializes a new instance of the ChatRoomCategoryInformation class. |
Top
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. | |
CategoryUri | Gets or sets the URI of the category to be modified. | |
ChangeHistory | Gets the change history of this chat room. | |
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 its parent category. | |
Description | Gets or sets the new description. | |
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 new name. | |
ParentCategoryUri | Gets the parent category URI of the chat room to be modified. | |
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. |
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