Class CustomQuotaError
Error returned when getting member custom quota.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class CustomQuotaError
Constructors
View SourceCustomQuotaError()
Initializes a new instance of the CustomQuotaError class.
Declaration
public CustomQuotaError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public CustomQuotaError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| CustomQuotaError.Other |
AsTooManyUsers
Gets this instance as a TooManyUsers, or null.
Declaration
public CustomQuotaError.TooManyUsers AsTooManyUsers { get; }
Property Value
| Type | Description |
|---|---|
| CustomQuotaError.TooManyUsers |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyUsers
Gets a value indicating whether this instance is TooManyUsers
Declaration
public bool IsTooManyUsers { get; }
Property Value
| Type | Description |
|---|---|
| bool |