Show / Hide Table of Contents

Class SpaceLimitsStatus

The space limits status object

Inheritance
System.Object
SpaceLimitsStatus
SpaceLimitsStatus.NearQuota
SpaceLimitsStatus.Other
SpaceLimitsStatus.OverQuota
SpaceLimitsStatus.WithinQuota
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SpaceLimitsStatus

Constructors

| Improve this Doc View Source

SpaceLimitsStatus()

Initializes a new instance of the SpaceLimitsStatus class.

Declaration
public SpaceLimitsStatus()

Properties

| Improve this Doc View Source

AsNearQuota

Gets this instance as a NearQuota, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsOverQuota

Gets this instance as a OverQuota, or null.

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

AsWithinQuota

Gets this instance as a WithinQuota, or null.

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

IsNearQuota

Gets a value indicating whether this instance is NearQuota

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

IsOverQuota

Gets a value indicating whether this instance is OverQuota

Declaration
public bool IsOverQuota { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWithinQuota

Gets a value indicating whether this instance is WithinQuota

Declaration
public bool IsWithinQuota { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SpaceLimitsStatus()
  • Properties
    • AsNearQuota
    • AsOther
    • AsOverQuota
    • AsWithinQuota
    • IsNearQuota
    • IsOther
    • IsOverQuota
    • IsWithinQuota
Back to top Generated by DocFX