Class DeleteManualContactsError
The delete manual contacts error object
Inheritance
System.Object
DeleteManualContactsError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Contacts
Assembly: Dropbox.Api.dll
Syntax
public class DeleteManualContactsError
Constructors
| Improve this Doc View SourceDeleteManualContactsError()
Initializes a new instance of the DeleteManualContactsError class.
Declaration
public DeleteManualContactsError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |