Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamMembershipType

The team membership type object

Inheritance
object
TeamMembershipType
TeamMembershipType.Full
TeamMembershipType.Limited
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
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

AsFull

Gets this instance as a Full, or null.

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

AsLimited

Gets this instance as a Limited, or null.

Declaration
public TeamMembershipType.Limited AsLimited { get; }
Property Value
Type Description
TeamMembershipType.Limited
View Source

IsFull

Gets a value indicating whether this instance is Full

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

IsLimited

Gets a value indicating whether this instance is Limited

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