• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class UserSelectorError

Error that can be returned whenever a struct derived from UserSelectorArg is used.

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

Constructors

| Improve this Doc View Source

UserSelectorError()

Initializes a new instance of the UserSelectorError class.

Declaration
public UserSelectorError()

Properties

| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public UserSelectorError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
UserSelectorError.UserNotFound
| 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
In This Article
  • Constructors
    • UserSelectorError()
  • Properties
    • AsUserNotFound
    • IsUserNotFound
Back to top Generated by DocFX