Show / Hide Table of Contents

Class TeamMemberInfoV2

Information about a team member.

Inheritance
System.Object
TeamMemberInfoV2
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 TeamMemberInfoV2

Constructors

| Improve this Doc View Source

TeamMemberInfoV2(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.

System.Collections.Generic.IEnumerable<TeamMemberRole> roles

The user's roles in the team.

Properties

| Improve this Doc View Source

Profile

Profile of a user as a member of a team.

Declaration
public TeamMemberProfile Profile { get; protected set; }
Property Value
Type Description
TeamMemberProfile
| Improve this Doc View Source

Roles

The user's roles in the team.

Declaration
public IList<TeamMemberRole> Roles { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<TeamMemberRole>

See Also

TeamMemberInfoV2Result
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMemberInfoV2(TeamMemberProfile, IEnumerable<TeamMemberRole>)
  • Properties
    • Profile
    • Roles
  • See Also
Back to top Generated by DocFX