Class SetCustomQuotaError
Error returned when setting member custom quota.
Inheritance
SetCustomQuotaError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class SetCustomQuotaError
Constructors
View SourceSetCustomQuotaError()
Initializes a new instance of the SetCustomQuotaError class.
Declaration
public SetCustomQuotaError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public SetCustomQuotaError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SetCustomQuotaError.Other |
AsSomeUsersAreExcluded
Gets this instance as a SomeUsersAreExcluded, or null.
Declaration
public SetCustomQuotaError.SomeUsersAreExcluded AsSomeUsersAreExcluded { get; }
Property Value
| Type | Description |
|---|---|
| SetCustomQuotaError.SomeUsersAreExcluded |
AsTooManyUsers
Gets this instance as a TooManyUsers, or null.
Declaration
public SetCustomQuotaError.TooManyUsers AsTooManyUsers { get; }
Property Value
| Type | Description |
|---|---|
| SetCustomQuotaError.TooManyUsers |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSomeUsersAreExcluded
Gets a value indicating whether this instance is SomeUsersAreExcluded
Declaration
public bool IsSomeUsersAreExcluded { 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 |