Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SetProfilePhotoError

The set profile photo error object

Inheritance
System.Object
SetProfilePhotoError
SetProfilePhotoError.DimensionError
SetProfilePhotoError.FileSizeError
SetProfilePhotoError.FileTypeError
SetProfilePhotoError.Other
SetProfilePhotoError.ThumbnailError
SetProfilePhotoError.TransientError
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 Source

SetProfilePhotoError()

Initializes a new instance of the SetProfilePhotoError class.

Declaration
public SetProfilePhotoError()

Properties

| Improve this Doc View Source

AsDimensionError

Gets this instance as a DimensionError, or null.

Declaration
public SetProfilePhotoError.DimensionError AsDimensionError { get; }
Property Value
Type Description
SetProfilePhotoError.DimensionError
| Improve this Doc View Source

AsFileSizeError

Gets this instance as a FileSizeError, or null.

Declaration
public SetProfilePhotoError.FileSizeError AsFileSizeError { get; }
Property Value
Type Description
SetProfilePhotoError.FileSizeError
| Improve this Doc View Source

AsFileTypeError

Gets this instance as a FileTypeError, or null.

Declaration
public SetProfilePhotoError.FileTypeError AsFileTypeError { get; }
Property Value
Type Description
SetProfilePhotoError.FileTypeError
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SetProfilePhotoError.Other AsOther { get; }
Property Value
Type Description
SetProfilePhotoError.Other
| Improve this Doc View Source

AsThumbnailError

Gets this instance as a ThumbnailError, or null.

Declaration
public SetProfilePhotoError.ThumbnailError AsThumbnailError { get; }
Property Value
Type Description
SetProfilePhotoError.ThumbnailError
| Improve this Doc View Source

AsTransientError

Gets this instance as a TransientError, or null.

Declaration
public SetProfilePhotoError.TransientError AsTransientError { get; }
Property Value
Type Description
SetProfilePhotoError.TransientError
| Improve this Doc View Source

IsDimensionError

Gets a value indicating whether this instance is DimensionError

Declaration
public bool IsDimensionError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFileSizeError

Gets a value indicating whether this instance is FileSizeError

Declaration
public bool IsFileSizeError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFileTypeError

Gets a value indicating whether this instance is FileTypeError

Declaration
public bool IsFileTypeError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsThumbnailError

Gets a value indicating whether this instance is ThumbnailError

Declaration
public bool IsThumbnailError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTransientError

Gets a value indicating whether this instance is TransientError

Declaration
public bool IsTransientError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SetProfilePhotoError()
  • Properties
    • AsDimensionError
    • AsFileSizeError
    • AsFileTypeError
    • AsOther
    • AsThumbnailError
    • AsTransientError
    • IsDimensionError
    • IsFileSizeError
    • IsFileTypeError
    • IsOther
    • IsThumbnailError
    • IsTransientError
Back to top Generated by DocFX