Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteProfilePhotoError

This union is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

Inheritance
object
DeleteProfilePhotoError
DeleteProfilePhotoError.Other
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 DeleteProfilePhotoError

Constructors

View Source

DeleteProfilePhotoError()

Initializes a new instance of the DeleteProfilePhotoError class.

Declaration
public DeleteProfilePhotoError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

IsOther

Gets a value indicating whether this instance is Other

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