Class TeamMemberInfoV2
Information about a team member.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamMemberInfoV2
Constructors
View SourceTeamMemberInfoV2(TeamMemberProfile, IEnumerable<TeamMemberRole>)
Initializes a new instance of the TeamMemberInfoV2 class.
Declaration
public TeamMemberInfoV2(TeamMemberProfile profile, IEnumerable<TeamMemberRole> roles = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TeamMemberProfile | profile | Profile of a user as a member of a team. |
| IEnumerable<TeamMemberRole> | roles | The user's roles in the team. |
Properties
View SourceProfile
Profile of a user as a member of a team.
Declaration
public TeamMemberProfile Profile { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TeamMemberProfile |
Roles
The user's roles in the team.
Declaration
public IList<TeamMemberRole> Roles { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<TeamMemberRole> |