Dropbox .NET SDK
Show / Hide Table of Contents

Class SetCustomQuotaArg

The set custom quota arg object

Inheritance
object
SetCustomQuotaArg
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 SetCustomQuotaArg

Constructors

View Source

SetCustomQuotaArg(IEnumerable<UserCustomQuotaArg>)

Initializes a new instance of the SetCustomQuotaArg class.

Declaration
public SetCustomQuotaArg(IEnumerable<UserCustomQuotaArg> usersAndQuotas)
Parameters
Type Name Description
IEnumerable<UserCustomQuotaArg> usersAndQuotas

List of users and their custom quotas.

Properties

View Source

UsersAndQuotas

List of users and their custom quotas.

Declaration
public IList<UserCustomQuotaArg> UsersAndQuotas { get; protected set; }
Property Value
Type Description
IList<UserCustomQuotaArg>
  • View Source
In this article
Back to top Dropbox .NET SDK