The ChatRoomCategoryInformationtype exposes the following members.

Constructors

  Name Description
Public method ChatRoomCategoryInformation Initializes a new instance of the ChatRoomCategoryInformation class.
Top

Properties

  Name Description
Public property 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.
Public property AllowSubcategoryScopeChanges Gets or sets a value indicating whether the scope of subcategories can be changed.
Public property CategoryMembersCanCreateChatRooms Gets or sets a value indicating whether or not category members can create chat rooms in this category.
Public property CategoryUri Gets or sets the URI of the category to be modified.
Public property ChangeHistory Gets the change history of this chat room.
Public property ChildrenMustInheritProperties Gets or sets a value indicating whether or not various properties on chat rooms and subcategories will be read-only.
Public property CreateNewMemberList Gets or sets a value indicating whether this category overrides the membership list of its parent category.
Public property Description Gets or sets the new description.
Public property 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.
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 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.
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

See Also