Dropbox .NET SDK
Show / Hide Table of Contents

Class ExcludedUsersUpdateError.TooManyUsers

A maximum of 1000 users for each of addition/removal can be supplied.

Inheritance
object
ExcludedUsersUpdateError
ExcludedUsersUpdateError.TooManyUsers
Inherited Members
ExcludedUsersUpdateError.IsUsersNotInTeam
ExcludedUsersUpdateError.AsUsersNotInTeam
ExcludedUsersUpdateError.IsTooManyUsers
ExcludedUsersUpdateError.AsTooManyUsers
ExcludedUsersUpdateError.IsOther
ExcludedUsersUpdateError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class ExcludedUsersUpdateError.TooManyUsers : ExcludedUsersUpdateError

Fields

View Source

Instance

A singleton instance of TooManyUsers

Declaration
public static readonly ExcludedUsersUpdateError.TooManyUsers Instance
Field Value
Type Description
ExcludedUsersUpdateError.TooManyUsers
  • View Source
In this article
Back to top Dropbox .NET SDK