Class DeleteProfilePhotoError
This union is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class DeleteProfilePhotoError
Constructors
View SourceDeleteProfilePhotoError()
Initializes a new instance of the DeleteProfilePhotoError class.
Declaration
public DeleteProfilePhotoError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public DeleteProfilePhotoError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeleteProfilePhotoError.Other |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |