Class DeleteManualContactsError
The delete manual contacts error object
Inheritance
DeleteManualContactsError
Inherited Members
Namespace: Dropbox.Api.Contacts
Assembly: Dropbox.Api.dll
Syntax
public class DeleteManualContactsError
Constructors
View SourceDeleteManualContactsError()
Initializes a new instance of the DeleteManualContactsError class.
Declaration
public DeleteManualContactsError()
Properties
View SourceAsContactsNotFound
Gets this instance as a ContactsNotFound, or null.
Declaration
public DeleteManualContactsError.ContactsNotFound AsContactsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| DeleteManualContactsError.ContactsNotFound |
AsOther
Gets this instance as a Other, or null.
Declaration
public DeleteManualContactsError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeleteManualContactsError.Other |
IsContactsNotFound
Gets a value indicating whether this instance is ContactsNotFound
Declaration
public bool IsContactsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |