Dropbox .NET SDK
Show / Hide Table of Contents

Class AccountPhotoGetError

The account photo get error object

Inheritance
object
AccountPhotoGetError
AccountPhotoGetError.AccountPhotoMissing
AccountPhotoGetError.ExpectedAccountPhotoMissing
AccountPhotoGetError.Other
AccountPhotoGetError.ThumbnailError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class AccountPhotoGetError

Constructors

View Source

AccountPhotoGetError()

Initializes a new instance of the AccountPhotoGetError class.

Declaration
public AccountPhotoGetError()

Properties

View Source

AsAccountPhotoMissing

Gets this instance as a AccountPhotoMissing, or null.

Declaration
public AccountPhotoGetError.AccountPhotoMissing AsAccountPhotoMissing { get; }
Property Value
Type Description
AccountPhotoGetError.AccountPhotoMissing
View Source

AsExpectedAccountPhotoMissing

Gets this instance as a ExpectedAccountPhotoMissing, or null.

Declaration
public AccountPhotoGetError.ExpectedAccountPhotoMissing AsExpectedAccountPhotoMissing { get; }
Property Value
Type Description
AccountPhotoGetError.ExpectedAccountPhotoMissing
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AccountPhotoGetError.Other AsOther { get; }
Property Value
Type Description
AccountPhotoGetError.Other
View Source

AsThumbnailError

Gets this instance as a ThumbnailError, or null.

Declaration
public AccountPhotoGetError.ThumbnailError AsThumbnailError { get; }
Property Value
Type Description
AccountPhotoGetError.ThumbnailError
View Source

IsAccountPhotoMissing

Gets a value indicating whether this instance is AccountPhotoMissing

Declaration
public bool IsAccountPhotoMissing { get; }
Property Value
Type Description
bool
View Source

IsExpectedAccountPhotoMissing

Gets a value indicating whether this instance is ExpectedAccountPhotoMissing

Declaration
public bool IsExpectedAccountPhotoMissing { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsThumbnailError

Gets a value indicating whether this instance is ThumbnailError

Declaration
public bool IsThumbnailError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK