Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingAllowlistRemoveError.EntriesDoNotExist

One or more provided values do not exist.

Inheritance
object
SharingAllowlistRemoveError
SharingAllowlistRemoveError.EntriesDoNotExist
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.EntriesDoNotExist : SharingAllowlistRemoveError

Constructors

View Source

EntriesDoNotExist(string)

Initializes a new instance of the SharingAllowlistRemoveError.EntriesDoNotExist class.

Declaration
public EntriesDoNotExist(string value)
Parameters
Type Name Description
string value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK