Class GroupMemberInfo
Profile of group member, and role in group.
Inheritance
System.Object
GroupMemberInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMemberInfo
Constructors
| Improve this Doc View SourceGroupMemberInfo(MemberProfile, GroupAccessType)
Initializes a new instance of the GroupMemberInfo class.
Declaration
public GroupMemberInfo(MemberProfile profile, GroupAccessType accessType)
Parameters
Type | Name | Description |
---|---|---|
MemberProfile | profile | Profile of group member. |
GroupAccessType | accessType | The role that the user has in the group. |
Properties
| Improve this Doc View SourceAccessType
The role that the user has in the group.
Declaration
public GroupAccessType AccessType { get; protected set; }
Property Value
Type | Description |
---|---|
GroupAccessType |
Profile
Profile of group member.
Declaration
public MemberProfile Profile { get; protected set; }
Property Value
Type | Description |
---|---|
MemberProfile |