Show / Hide Table of Contents

Class CustomQuotaResult.Success

User's custom quota.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public UserCustomQuotaResult Value { get; }
Property Value
Type Description
UserCustomQuotaResult
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Success(UserCustomQuotaResult)
  • Properties
    • Value
Back to top Generated by DocFX