Class SpaceAllocation
Space is allocated differently based on the type of account.
Inheritance
System.Object
    SpaceAllocation
      
      
      
  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.Users
Assembly: Dropbox.Api.dll
Syntax
public class SpaceAllocation
  Constructors
| Improve this Doc View SourceSpaceAllocation()
Initializes a new instance of the SpaceAllocation class.
Declaration
public SpaceAllocation()
  Properties
| Improve this Doc 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 | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |