Class MembersDeleteProfilePhotoError
The members delete profile photo error object
Inheritance
MembersDeleteProfilePhotoError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersDeleteProfilePhotoError
Constructors
View SourceMembersDeleteProfilePhotoError()
Initializes a new instance of the MembersDeleteProfilePhotoError class.
Declaration
public MembersDeleteProfilePhotoError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public MembersDeleteProfilePhotoError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MembersDeleteProfilePhotoError.Other |
AsSetProfileDisallowed
Gets this instance as a SetProfileDisallowed, or null.
Declaration
public MembersDeleteProfilePhotoError.SetProfileDisallowed AsSetProfileDisallowed { get; }
Property Value
| Type | Description |
|---|---|
| MembersDeleteProfilePhotoError.SetProfileDisallowed |
AsUserNotFound
Gets this instance as a UserNotFound, or null.
Declaration
public MembersDeleteProfilePhotoError.UserNotFound AsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MembersDeleteProfilePhotoError.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null.
Declaration
public MembersDeleteProfilePhotoError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| MembersDeleteProfilePhotoError.UserNotInTeam |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSetProfileDisallowed
Gets a value indicating whether this instance is SetProfileDisallowed
Declaration
public bool IsSetProfileDisallowed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |