Class TeamMembershipType
The team membership type object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamMembershipType
Constructors
View SourceTeamMembershipType()
Initializes a new instance of the TeamMembershipType class.
Declaration
public TeamMembershipType()
Properties
View SourceAsFull
Gets this instance as a Full, or null.
Declaration
public TeamMembershipType.Full AsFull { get; }
Property Value
| Type | Description |
|---|---|
| TeamMembershipType.Full |
AsLimited
Gets this instance as a Limited, or null.
Declaration
public TeamMembershipType.Limited AsLimited { get; }
Property Value
| Type | Description |
|---|---|
| TeamMembershipType.Limited |
IsFull
Gets a value indicating whether this instance is Full
Declaration
public bool IsFull { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLimited
Gets a value indicating whether this instance is Limited
Declaration
public bool IsLimited { get; }
Property Value
| Type | Description |
|---|---|
| bool |