Show / Hide Table of Contents

Class TeamMembershipType

The team membership type object

Inheritance
System.Object
TeamMembershipType
TeamMembershipType.Free
TeamMembershipType.Full
TeamMembershipType.Other
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.TeamLog
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

AsFree

Gets this instance as a Free, or null.

Declaration
public TeamMembershipType.Free AsFree { get; }
Property Value
Type Description
TeamMembershipType.Free
| 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

AsOther

Gets this instance as a Other, or null.

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

IsFree

Gets a value indicating whether this instance is Free

Declaration
public bool IsFree { get; }
Property Value
Type Description
System.Boolean
| 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

IsOther

Gets a value indicating whether this instance is Other

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