Class SpaceAllocation
Space is allocated differently based on the type of account.
Inheritance
SpaceAllocation
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class SpaceAllocation
Constructors
View SourceSpaceAllocation()
Initializes a new instance of the SpaceAllocation class.
Declaration
public SpaceAllocation()
Properties
View SourceAsIndividual
Gets this instance as a Individual, or null.
Declaration
public SpaceAllocation.Individual AsIndividual { get; }
Property Value
| Type | Description |
|---|---|
| SpaceAllocation.Individual |
AsOther
Gets this instance as a Other, or null.
Declaration
public SpaceAllocation.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SpaceAllocation.Other |
AsTeam
Gets this instance as a Team, or null.
Declaration
public SpaceAllocation.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| SpaceAllocation.Team |
IsIndividual
Gets a value indicating whether this instance is Individual
Declaration
public bool IsIndividual { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |