Show / Hide Table of Contents

Class UserCustomQuotaArg

User and their required custom quota in GB (1 TB = 1024 GB).

Inheritance
System.Object
UserCustomQuotaArg
Inherited Members
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 class UserCustomQuotaArg

Constructors

| Improve this Doc View Source

UserCustomQuotaArg(UserSelectorArg, UInt32)

Initializes a new instance of the UserCustomQuotaArg class.

Declaration
public UserCustomQuotaArg(UserSelectorArg user, uint quotaGb)
Parameters
Type Name Description
UserSelectorArg user

The user

System.UInt32 quotaGb

The quota gb

Properties

| Improve this Doc View Source

QuotaGb

Gets the quota gb of the user custom quota arg

Declaration
public uint QuotaGb { get; protected set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

User

Gets the user of the user custom quota arg

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserCustomQuotaArg(UserSelectorArg, UInt32)
  • Properties
    • QuotaGb
    • User
Back to top Generated by DocFX