Class SetProfilePhotoError
The set profile photo error object
Inheritance
System.Object
SetProfilePhotoError
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.Account
Assembly: Dropbox.Api.dll
Syntax
public class SetProfilePhotoError
Constructors
| Improve this Doc View SourceSetProfilePhotoError()
Initializes a new instance of the SetProfilePhotoError class.
Declaration
public SetProfilePhotoError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsFileSizeError
Gets a value indicating whether this instance is FileSizeError
Declaration
public bool IsFileSizeError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFileTypeError
Gets a value indicating whether this instance is FileTypeError
Declaration
public bool IsFileTypeError { 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 |
IsThumbnailError
Gets a value indicating whether this instance is ThumbnailError
Declaration
public bool IsThumbnailError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTransientError
Gets a value indicating whether this instance is TransientError
Declaration
public bool IsTransientError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |