Show / Hide Table of Contents

Class TeamMembershipType

The team membership type object

Inheritance
System.Object
TeamMembershipType
TeamMembershipType.Full
TeamMembershipType.Limited
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 TeamMembershipType

Constructors

| Improve this Doc View Source

TeamMembershipType()

Initializes a new instance of the TeamMembershipType class.

Declaration
public TeamMembershipType()

Properties

| Improve this Doc View Source

AsFull

Gets this instance as a Full, or null.

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

AsLimited

Gets this instance as a Limited, or null.

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

IsFull

Gets a value indicating whether this instance is Full

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

IsLimited

Gets a value indicating whether this instance is Limited

Declaration
public bool IsLimited { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMembershipType()
  • Properties
    • AsFull
    • AsLimited
    • IsFull
    • IsLimited
Back to top Generated by DocFX