Dropbox .NET SDK
Show / Hide Table of Contents

Class CustomQuotaUsersArg

The custom quota users arg object

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

Constructors

View Source

CustomQuotaUsersArg(IEnumerable<UserSelectorArg>)

Initializes a new instance of the CustomQuotaUsersArg class.

Declaration
public CustomQuotaUsersArg(IEnumerable<UserSelectorArg> users)
Parameters
Type Name Description
IEnumerable<UserSelectorArg> users

List of users.

Properties

View Source

Users

List of users.

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