Dropbox .NET SDK
Show / Hide Table of Contents

Class RemoveCustomQuotaResult

User result for setting member custom quota.

Inheritance
object
RemoveCustomQuotaResult
RemoveCustomQuotaResult.InvalidUser
RemoveCustomQuotaResult.Other
RemoveCustomQuotaResult.Success
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 RemoveCustomQuotaResult

Constructors

View Source

RemoveCustomQuotaResult()

Initializes a new instance of the RemoveCustomQuotaResult class.

Declaration
public RemoveCustomQuotaResult()

Properties

View Source

AsInvalidUser

Gets this instance as a InvalidUser, or null.

Declaration
public RemoveCustomQuotaResult.InvalidUser AsInvalidUser { get; }
Property Value
Type Description
RemoveCustomQuotaResult.InvalidUser
View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuccess

Gets this instance as a Success, or null.

Declaration
public RemoveCustomQuotaResult.Success AsSuccess { get; }
Property Value
Type Description
RemoveCustomQuotaResult.Success
View Source

IsInvalidUser

Gets a value indicating whether this instance is InvalidUser

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

IsOther

Gets a value indicating whether this instance is Other

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

IsSuccess

Gets a value indicating whether this instance is Success

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