Show / Hide Table of Contents

Class SpaceAllocation

Space is allocated differently based on the type of account.

Inheritance
System.Object
SpaceAllocation
SpaceAllocation.Individual
SpaceAllocation.Other
SpaceAllocation.Team
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 Source

SpaceAllocation()

Initializes a new instance of the SpaceAllocation class.

Declaration
public SpaceAllocation()

Properties

| Improve this Doc View Source

AsIndividual

Gets this instance as a Individual, or null.

Declaration
public SpaceAllocation.Individual AsIndividual { get; }
Property Value
Type Description
SpaceAllocation.Individual
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeam

Gets this instance as a Team, or null.

Declaration
public SpaceAllocation.Team AsTeam { get; }
Property Value
Type Description
SpaceAllocation.Team
| Improve this Doc View Source

IsIndividual

Gets a value indicating whether this instance is Individual

Declaration
public bool IsIndividual { 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

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SpaceAllocation()
  • Properties
    • AsIndividual
    • AsOther
    • AsTeam
    • IsIndividual
    • IsOther
    • IsTeam
Back to top Generated by DocFX