Dropbox .NET SDK
Show / Hide Table of Contents

Class CustomQuotaError

Error returned when getting member custom quota.

Inheritance
object
CustomQuotaError
CustomQuotaError.Other
CustomQuotaError.TooManyUsers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class CustomQuotaError

Constructors

View Source

CustomQuotaError()

Initializes a new instance of the CustomQuotaError class.

Declaration
public CustomQuotaError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsTooManyUsers

Gets this instance as a TooManyUsers, or null.

Declaration
public CustomQuotaError.TooManyUsers AsTooManyUsers { get; }
Property Value
Type Description
CustomQuotaError.TooManyUsers
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsTooManyUsers

Gets a value indicating whether this instance is TooManyUsers

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