Class SetProfilePhotoError
The set profile photo error object
Inheritance
SetProfilePhotoError
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class SetProfilePhotoError
Constructors
View SourceSetProfilePhotoError()
Initializes a new instance of the SetProfilePhotoError class.
Declaration
public SetProfilePhotoError()
Properties
View SourceAsDimensionError
Gets this instance as a DimensionError, or null.
Declaration
public SetProfilePhotoError.DimensionError AsDimensionError { get; }
Property Value
| Type | Description |
|---|---|
| SetProfilePhotoError.DimensionError |
AsFileSizeError
Gets this instance as a FileSizeError, or null.
Declaration
public SetProfilePhotoError.FileSizeError AsFileSizeError { get; }
Property Value
| Type | Description |
|---|---|
| SetProfilePhotoError.FileSizeError |
AsFileTypeError
Gets this instance as a FileTypeError, or null.
Declaration
public SetProfilePhotoError.FileTypeError AsFileTypeError { get; }
Property Value
| Type | Description |
|---|---|
| SetProfilePhotoError.FileTypeError |
AsOther
Gets this instance as a Other, or null.
Declaration
public SetProfilePhotoError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SetProfilePhotoError.Other |
AsThumbnailError
Gets this instance as a ThumbnailError, or null.
Declaration
public SetProfilePhotoError.ThumbnailError AsThumbnailError { get; }
Property Value
| Type | Description |
|---|---|
| SetProfilePhotoError.ThumbnailError |
AsTransientError
Gets this instance as a TransientError, or null.
Declaration
public SetProfilePhotoError.TransientError AsTransientError { get; }
Property Value
| Type | Description |
|---|---|
| SetProfilePhotoError.TransientError |
IsDimensionError
Gets a value indicating whether this instance is DimensionError
Declaration
public bool IsDimensionError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFileSizeError
Gets a value indicating whether this instance is FileSizeError
Declaration
public bool IsFileSizeError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFileTypeError
Gets a value indicating whether this instance is FileTypeError
Declaration
public bool IsFileTypeError { 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 |
IsTransientError
Gets a value indicating whether this instance is TransientError
Declaration
public bool IsTransientError { get; }
Property Value
| Type | Description |
|---|---|
| bool |