Dropbox .NET SDK
Show / Hide Table of Contents

Class IndividualSpaceAllocation

The individual space allocation object

Inheritance
object
IndividualSpaceAllocation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class IndividualSpaceAllocation

Constructors

View Source

IndividualSpaceAllocation(ulong)

Initializes a new instance of the IndividualSpaceAllocation class.

Declaration
public IndividualSpaceAllocation(ulong allocated)
Parameters
Type Name Description
ulong allocated

The total space allocated to the user's account (bytes).

Properties

View Source

Allocated

The total space allocated to the user's account (bytes).

Declaration
public ulong Allocated { get; protected set; }
Property Value
Type Description
ulong
  • View Source
In this article
Back to top Dropbox .NET SDK