Class DeleteManualContactsError.ContactsNotFound
Can't delete contacts from this list. Make sure the list only has manually added contacts. The deletion was cancelled.
Inherited Members
Namespace: Dropbox.Api.Contacts
Assembly: Dropbox.Api.dll
Syntax
public sealed class DeleteManualContactsError.ContactsNotFound : DeleteManualContactsError
Constructors
View SourceContactsNotFound(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 SourceValue
Gets the value of this instance.
Declaration
public IList<string> Value { get; }
Property Value
| Type | Description |
|---|---|
| IList<string> |