Show / Hide Table of Contents

Class MembersSetProfilePhotoError

The members set profile photo error object

Inheritance
System.Object
MembersSetProfilePhotoError
MembersSetProfilePhotoError.Other
MembersSetProfilePhotoError.PhotoError
MembersSetProfilePhotoError.SetProfileDisallowed
MembersSetProfilePhotoError.UserNotFound
MembersSetProfilePhotoError.UserNotInTeam
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetProfilePhotoError

Constructors

| Improve this Doc View Source

MembersSetProfilePhotoError()

Initializes a new instance of the MembersSetProfilePhotoError class.

Declaration
public MembersSetProfilePhotoError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPhotoError

Gets this instance as a PhotoError, or null.

Declaration
public MembersSetProfilePhotoError.PhotoError AsPhotoError { get; }
Property Value
Type Description
MembersSetProfilePhotoError.PhotoError
| Improve this Doc View Source

AsSetProfileDisallowed

Gets this instance as a SetProfileDisallowed, or null.

Declaration
public MembersSetProfilePhotoError.SetProfileDisallowed AsSetProfileDisallowed { get; }
Property Value
Type Description
MembersSetProfilePhotoError.SetProfileDisallowed
| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public MembersSetProfilePhotoError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
MembersSetProfilePhotoError.UserNotFound
| Improve this Doc View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersSetProfilePhotoError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersSetProfilePhotoError.UserNotInTeam
| 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

IsPhotoError

Gets a value indicating whether this instance is PhotoError

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

IsSetProfileDisallowed

Gets a value indicating whether this instance is SetProfileDisallowed

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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSetProfilePhotoError()
  • Properties
    • AsOther
    • AsPhotoError
    • AsSetProfileDisallowed
    • AsUserNotFound
    • AsUserNotInTeam
    • IsOther
    • IsPhotoError
    • IsSetProfileDisallowed
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX