Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingAllowlistRemoveError.TooManyEntriesProvided

Too many entries provided within one call.

Inheritance
object
SharingAllowlistRemoveError
SharingAllowlistRemoveError.TooManyEntriesProvided
Inherited Members
SharingAllowlistRemoveError.IsMalformedEntry
SharingAllowlistRemoveError.AsMalformedEntry
SharingAllowlistRemoveError.IsEntriesDoNotExist
SharingAllowlistRemoveError.AsEntriesDoNotExist
SharingAllowlistRemoveError.IsNoEntriesProvided
SharingAllowlistRemoveError.AsNoEntriesProvided
SharingAllowlistRemoveError.IsTooManyEntriesProvided
SharingAllowlistRemoveError.AsTooManyEntriesProvided
SharingAllowlistRemoveError.IsUnknownError
SharingAllowlistRemoveError.AsUnknownError
SharingAllowlistRemoveError.IsOther
SharingAllowlistRemoveError.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 SharingAllowlistRemoveError.TooManyEntriesProvided : SharingAllowlistRemoveError

Fields

View Source

Instance

A singleton instance of TooManyEntriesProvided

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