Class GroupMemberInfo
Profile of group member, and role in group.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMemberInfo
Constructors
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
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 |