Class CustomQuotaResult
User custom quota.
Inheritance
CustomQuotaResult
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class CustomQuotaResult
Constructors
View SourceCustomQuotaResult()
Initializes a new instance of the CustomQuotaResult class.
Declaration
public CustomQuotaResult()
Properties
View SourceAsInvalidUser
Gets this instance as a InvalidUser, or null.
Declaration
public CustomQuotaResult.InvalidUser AsInvalidUser { get; }
Property Value
| Type | Description |
|---|---|
| CustomQuotaResult.InvalidUser |
AsOther
Gets this instance as a Other, or null.
Declaration
public CustomQuotaResult.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| CustomQuotaResult.Other |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public CustomQuotaResult.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| CustomQuotaResult.Success |
IsInvalidUser
Gets a value indicating whether this instance is InvalidUser
Declaration
public bool IsInvalidUser { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |