Dropbox .NET SDK

Class TeamMembershipType

The team membership type object

Inheritance
object
TeamMembershipType
TeamMembershipType.Free
TeamMembershipType.Full
TeamMembershipType.Guest
TeamMembershipType.Other
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 TeamMembershipType

Constructors

View Source

TeamMembershipType()

Initializes a new instance of the TeamMembershipType class.

Declaration
public TeamMembershipType()

Properties

View Source

AsFree

Gets this instance as a Free, or null.

Declaration
public TeamMembershipType.Free AsFree { get; }
Property Value
Type Description
TeamMembershipType.Free
View Source

AsFull

Gets this instance as a Full, or null.

Declaration
public TeamMembershipType.Full AsFull { get; }
Property Value
Type Description
TeamMembershipType.Full
View Source

AsGuest

Gets this instance as a Guest, or null.

Declaration
public TeamMembershipType.Guest AsGuest { get; }
Property Value
Type Description
TeamMembershipType.Guest
View Source

AsOther

Gets this instance as a Other, or null.

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

IsFree

Gets a value indicating whether this instance is Free

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

IsFull

Gets a value indicating whether this instance is Full

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

IsGuest

Gets a value indicating whether this instance is Guest

Declaration
public bool IsGuest { 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
In this article
Back to top Dropbox .NET SDK