Dropbox .NET SDK

Class SpaceLimitsStatus

The space limits status object

Inheritance
object
SpaceLimitsStatus
SpaceLimitsStatus.NearQuota
SpaceLimitsStatus.Other
SpaceLimitsStatus.OverQuota
SpaceLimitsStatus.WithinQuota
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SpaceLimitsStatus

Constructors

View Source

SpaceLimitsStatus()

Initializes a new instance of the SpaceLimitsStatus class.

Declaration
public SpaceLimitsStatus()

Properties

View Source

AsNearQuota

Gets this instance as a NearQuota, or null.

Declaration
public SpaceLimitsStatus.NearQuota AsNearQuota { get; }
Property Value
Type Description
SpaceLimitsStatus.NearQuota
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SpaceLimitsStatus.Other AsOther { get; }
Property Value
Type Description
SpaceLimitsStatus.Other
View Source

AsOverQuota

Gets this instance as a OverQuota, or null.

Declaration
public SpaceLimitsStatus.OverQuota AsOverQuota { get; }
Property Value
Type Description
SpaceLimitsStatus.OverQuota
View Source

AsWithinQuota

Gets this instance as a WithinQuota, or null.

Declaration
public SpaceLimitsStatus.WithinQuota AsWithinQuota { get; }
Property Value
Type Description
SpaceLimitsStatus.WithinQuota
View Source

IsNearQuota

Gets a value indicating whether this instance is NearQuota

Declaration
public bool IsNearQuota { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsOverQuota

Gets a value indicating whether this instance is OverQuota

Declaration
public bool IsOverQuota { get; }
Property Value
Type Description
bool
View Source

IsWithinQuota

Gets a value indicating whether this instance is WithinQuota

Declaration
public bool IsWithinQuota { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK