Show / Hide Table of Contents

Class ExcludedUsersUpdateArg

Argument of excluded users update operation. Should include a list of users to add/remove (according to endpoint), Maximum size of the list is 1000 users.

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

Constructors

| Improve this Doc View Source

ExcludedUsersUpdateArg(IEnumerable<UserSelectorArg>)

Initializes a new instance of the ExcludedUsersUpdateArg class.

Declaration
public ExcludedUsersUpdateArg(IEnumerable<UserSelectorArg> users = null)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserSelectorArg> users

List of users to be added/removed.

Properties

| Improve this Doc View Source

Users

List of users to be added/removed.

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