The GroupChatFederatedUserSettingstype exposes the following members.

Properties

  Name Description
Public property ArePermissionsInherited Gets or sets a value indicating whether permissions are inherited from the FederatedUserGroup .
Public property 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 .
Public property CompanyName Gets or sets the name of this user's company.
Public property DisplayName Gets or sets the full name of the user.
Public property Email Gets or sets the e-mail address of the user.
Public property 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.
Public property Name Gets or sets the name of the user.
Public property Uri Gets or sets the SIP URI of the federated user.
Top

See Also