Show / Hide Table of Contents

Class MemberSelectorError

The member selector error object

Inheritance
System.Object
MemberSelectorError
MemberSelectorError.UserNotFound
MemberSelectorError.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 MemberSelectorError

Constructors

| Improve this Doc View Source

MemberSelectorError()

Initializes a new instance of the MemberSelectorError class.

Declaration
public MemberSelectorError()

Properties

| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

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

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MemberSelectorError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MemberSelectorError.UserNotInTeam
| 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
    • MemberSelectorError()
  • Properties
    • AsUserNotFound
    • AsUserNotInTeam
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX