• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class CustomQuotaError

Error returned when getting member custom quota.

Inheritance
System.Object
CustomQuotaError
CustomQuotaError.Other
CustomQuotaError.TooManyUsers
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class CustomQuotaError

Constructors

| Improve this Doc View Source

CustomQuotaError()

Initializes a new instance of the CustomQuotaError class.

Declaration
public CustomQuotaError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTooManyUsers

Gets this instance as a TooManyUsers, or null.

Declaration
public CustomQuotaError.TooManyUsers AsTooManyUsers { get; }
Property Value
Type Description
CustomQuotaError.TooManyUsers
| 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

IsTooManyUsers

Gets a value indicating whether this instance is TooManyUsers

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