Dropbox .NET SDK
Show / Hide Table of Contents

Class CustomQuotaResult.Success

User's custom quota.

Inheritance
object
CustomQuotaResult
CustomQuotaResult.Success
Inherited Members
CustomQuotaResult.IsSuccess
CustomQuotaResult.AsSuccess
CustomQuotaResult.IsInvalidUser
CustomQuotaResult.AsInvalidUser
CustomQuotaResult.IsOther
CustomQuotaResult.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class CustomQuotaResult.Success : CustomQuotaResult

Constructors

View Source

Success(UserCustomQuotaResult)

Initializes a new instance of the CustomQuotaResult.Success class.

Declaration
public Success(UserCustomQuotaResult value)
Parameters
Type Name Description
UserCustomQuotaResult value

The value

Properties

View Source

Value

Gets the value of this instance.

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