GroupChatPrincipalInformation Members
Include Protected Members
Include Inherited Members
Information needed for updating a local user or user group through BeginUpdateUserOrGroupInformation(GroupChatPrincipalInformation, AsyncCallback, Object). For federated users and user groups, see GroupChatFederatedUserInformation and GroupChatFederatedUserGroupInformation.
The GroupChatPrincipalInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupChatPrincipalInformation | Initializes a new instance of the GroupChatPrincipalInformation class. |
Top
Properties
Name | Description | |
---|---|---|
ArePermissionsInherited | Gets or sets a value indicating whether permissions are inherited. | |
CanUploadFiles | Gets or sets a value indicating whether this principal can upload files. The value of this property may be hidden if ArePermissionsInherited is true. | |
ChangeHistory | Gets the change history of this principal. | |
EntityGuid | Gets the entity GUID which identifies this user or user group to the system. | |
IsChatRoomAdministrator | Gets or sets a value indicating whether this principal is chat room administrator. The value of this property may be hidden if ArePermissionsInherited is true. | |
IsUserAdministrator | Gets or sets a value indicating whether this principal is user administrator. The value of this property may be hidden if ArePermissionsInherited is true. | |
MemberOf | Gets a collection of objects which describe the user groups to which this principal belongs. | |
Name | Gets the name of the user or user group represented by this instance. | |
PrincipalType | Gets the type of principal represented by this instance. | |
Type | Gets the type of principal represented by this instance. | |
Uri | Gets the URI for this principal. Users have SIP URIs, and groups have URIs of the form 'ma-grp:@u.g'. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToLegacyPrincipalData | Internal use only: Converts this object into a legacy PrincipalData object, suitable for delivery to the protocol layer. | |
ToString | (Inherited from Object.) |
Top