Class AccountPhotoGetError
The account photo get error object
Inheritance
AccountPhotoGetError
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class AccountPhotoGetError
Constructors
View SourceAccountPhotoGetError()
Initializes a new instance of the AccountPhotoGetError class.
Declaration
public AccountPhotoGetError()
Properties
View SourceAsAccountPhotoMissing
Gets this instance as a AccountPhotoMissing, or null.
Declaration
public AccountPhotoGetError.AccountPhotoMissing AsAccountPhotoMissing { get; }
Property Value
| Type | Description |
|---|---|
| AccountPhotoGetError.AccountPhotoMissing |
AsExpectedAccountPhotoMissing
Gets this instance as a ExpectedAccountPhotoMissing, or null.
Declaration
public AccountPhotoGetError.ExpectedAccountPhotoMissing AsExpectedAccountPhotoMissing { get; }
Property Value
| Type | Description |
|---|---|
| AccountPhotoGetError.ExpectedAccountPhotoMissing |
AsOther
Gets this instance as a Other, or null.
Declaration
public AccountPhotoGetError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AccountPhotoGetError.Other |
AsThumbnailError
Gets this instance as a ThumbnailError, or null.
Declaration
public AccountPhotoGetError.ThumbnailError AsThumbnailError { get; }
Property Value
| Type | Description |
|---|---|
| AccountPhotoGetError.ThumbnailError |
IsAccountPhotoMissing
Gets a value indicating whether this instance is AccountPhotoMissing
Declaration
public bool IsAccountPhotoMissing { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsExpectedAccountPhotoMissing
Gets a value indicating whether this instance is ExpectedAccountPhotoMissing
Declaration
public bool IsExpectedAccountPhotoMissing { 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 |
IsThumbnailError
Gets a value indicating whether this instance is ThumbnailError
Declaration
public bool IsThumbnailError { get; }
Property Value
| Type | Description |
|---|---|
| bool |