Show / Hide Table of Contents

Class SetCustomQuotaArg

The set custom quota arg object

Inheritance
System.Object
SetCustomQuotaArg
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 SetCustomQuotaArg

Constructors

| Improve this Doc View Source

SetCustomQuotaArg(IEnumerable<UserCustomQuotaArg>)

Initializes a new instance of the SetCustomQuotaArg class.

Declaration
public SetCustomQuotaArg(IEnumerable<UserCustomQuotaArg> usersAndQuotas)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserCustomQuotaArg> usersAndQuotas

List of users and their custom quotas.

Properties

| Improve this Doc View Source

UsersAndQuotas

List of users and their custom quotas.

Declaration
public IList<UserCustomQuotaArg> UsersAndQuotas { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UserCustomQuotaArg>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SetCustomQuotaArg(IEnumerable<UserCustomQuotaArg>)
  • Properties
    • UsersAndQuotas
Back to top Generated by DocFX