Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingAllowlistRemoveError.MalformedEntry

One of provided values is not valid.

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

Constructors

View Source

MalformedEntry(string)

Initializes a new instance of the SharingAllowlistRemoveError.MalformedEntry class.

Declaration
public MalformedEntry(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