Dropbox .NET SDK

Class MemberStatus

The member status object

Inheritance
object
MemberStatus
MemberStatus.Active
MemberStatus.Invited
MemberStatus.MovedToAnotherTeam
MemberStatus.NotJoined
MemberStatus.Other
MemberStatus.Removed
MemberStatus.Suspended
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberStatus

Constructors

View Source

MemberStatus()

Initializes a new instance of the MemberStatus class.

Declaration
public MemberStatus()

Properties

View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public MemberStatus.Active AsActive { get; }
Property Value
Type Description
MemberStatus.Active
View Source

AsInvited

Gets this instance as a Invited, or null.

Declaration
public MemberStatus.Invited AsInvited { get; }
Property Value
Type Description
MemberStatus.Invited
View Source

AsMovedToAnotherTeam

Gets this instance as a MovedToAnotherTeam, or null.

Declaration
public MemberStatus.MovedToAnotherTeam AsMovedToAnotherTeam { get; }
Property Value
Type Description
MemberStatus.MovedToAnotherTeam
View Source

AsNotJoined

Gets this instance as a NotJoined, or null.

Declaration
public MemberStatus.NotJoined AsNotJoined { get; }
Property Value
Type Description
MemberStatus.NotJoined
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MemberStatus.Other AsOther { get; }
Property Value
Type Description
MemberStatus.Other
View Source

AsRemoved

Gets this instance as a Removed, or null.

Declaration
public MemberStatus.Removed AsRemoved { get; }
Property Value
Type Description
MemberStatus.Removed
View Source

AsSuspended

Gets this instance as a Suspended, or null.

Declaration
public MemberStatus.Suspended AsSuspended { get; }
Property Value
Type Description
MemberStatus.Suspended
View Source

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
bool
View Source

IsInvited

Gets a value indicating whether this instance is Invited

Declaration
public bool IsInvited { get; }
Property Value
Type Description
bool
View Source

IsMovedToAnotherTeam

Gets a value indicating whether this instance is MovedToAnotherTeam

Declaration
public bool IsMovedToAnotherTeam { get; }
Property Value
Type Description
bool
View Source

IsNotJoined

Gets a value indicating whether this instance is NotJoined

Declaration
public bool IsNotJoined { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRemoved

Gets a value indicating whether this instance is Removed

Declaration
public bool IsRemoved { get; }
Property Value
Type Description
bool
View Source

IsSuspended

Gets a value indicating whether this instance is Suspended

Declaration
public bool IsSuspended { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK