Show / Hide Table of Contents

Class TeamMemberStatus

The user's status as a member of a specific team.

Inheritance
System.Object
TeamMemberStatus
TeamMemberStatus.Active
TeamMemberStatus.Invited
TeamMemberStatus.Removed
TeamMemberStatus.Suspended
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 TeamMemberStatus

Constructors

| Improve this Doc View Source

TeamMemberStatus()

Initializes a new instance of the TeamMemberStatus class.

Declaration
public TeamMemberStatus()

Properties

| Improve this Doc View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public TeamMemberStatus.Active AsActive { get; }
Property Value
Type Description
TeamMemberStatus.Active
| Improve this Doc View Source

AsInvited

Gets this instance as a Invited, or null.

Declaration
public TeamMemberStatus.Invited AsInvited { get; }
Property Value
Type Description
TeamMemberStatus.Invited
| Improve this Doc View Source

AsRemoved

Gets this instance as a Removed, or null.

Declaration
public TeamMemberStatus.Removed AsRemoved { get; }
Property Value
Type Description
TeamMemberStatus.Removed
| Improve this Doc View Source

AsSuspended

Gets this instance as a Suspended, or null.

Declaration
public TeamMemberStatus.Suspended AsSuspended { get; }
Property Value
Type Description
TeamMemberStatus.Suspended
| Improve this Doc View Source

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvited

Gets a value indicating whether this instance is Invited

Declaration
public bool IsInvited { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRemoved

Gets a value indicating whether this instance is Removed

Declaration
public bool IsRemoved { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSuspended

Gets a value indicating whether this instance is Suspended

Declaration
public bool IsSuspended { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMemberStatus()
  • Properties
    • AsActive
    • AsInvited
    • AsRemoved
    • AsSuspended
    • IsActive
    • IsInvited
    • IsRemoved
    • IsSuspended
Back to top Generated by DocFX