Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteManualContactsError.ContactsNotFound

Can't delete contacts from this list. Make sure the list only has manually added contacts. The deletion was cancelled.

Inheritance
object
DeleteManualContactsError
DeleteManualContactsError.ContactsNotFound
Inherited Members
DeleteManualContactsError.IsContactsNotFound
DeleteManualContactsError.AsContactsNotFound
DeleteManualContactsError.IsOther
DeleteManualContactsError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Contacts
Assembly: Dropbox.Api.dll
Syntax
public sealed class DeleteManualContactsError.ContactsNotFound : DeleteManualContactsError

Constructors

View Source

ContactsNotFound(IEnumerable<string>)

Initializes a new instance of the DeleteManualContactsError.ContactsNotFound class.

Declaration
public ContactsNotFound(IEnumerable<string> value)
Parameters
Type Name Description
IEnumerable<string> value

The value

Properties

View Source

Value

Gets the value of this instance.

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