GroupChatFederatedUserSettings 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.
The GroupChatFederatedUserSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupChatFederatedUserSettings | Initializes a new instance of the GroupChatFederatedUserSettings class. |
Top
Properties
Name | Description | |
---|---|---|
ArePermissionsInherited | Gets or sets a value indicating whether permissions are inherited from the FederatedUserGroup. | |
CanUploadFiles | Gets or sets a value indicating whether this user can upload files. The value of this property may be hidden if ArePermissionsInherited is true. | |
CompanyName | Gets or sets the name of this user's company. | |
DisplayName | Gets or sets the full name of the user. | |
Gets or sets the e-mail address of the user. | ||
FederatedUserGroup | Gets or sets the group to which this federated user belongs. Each GroupChatFederatedUser must belong to exactly one GroupChatFederatedUserGroup. The group to which the user belongs provides a default set of permission which may be inherited by the user (see ArePermissionsInherited). Additionally, scope and role assignments which provide access to chat rooms are usually granted to the federated user group. | |
Name | Gets or sets the name of the user. | |
Uri | Gets or sets the SIP URI of the federated user. |
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