Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamMemberStatus.Active

User has successfully joined the team.

Inheritance
object
TeamMemberStatus
TeamMemberStatus.Active
Inherited Members
TeamMemberStatus.IsActive
TeamMemberStatus.AsActive
TeamMemberStatus.IsInvited
TeamMemberStatus.AsInvited
TeamMemberStatus.IsSuspended
TeamMemberStatus.AsSuspended
TeamMemberStatus.IsRemoved
TeamMemberStatus.AsRemoved
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class TeamMemberStatus.Active : TeamMemberStatus

Fields

View Source

Instance

A singleton instance of Active

Declaration
public static readonly TeamMemberStatus.Active Instance
Field Value
Type Description
TeamMemberStatus.Active
  • View Source
In this article
Back to top Dropbox .NET SDK