Dropbox .NET SDK
Show / Hide Table of Contents

Class UserSelectorError

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

Inheritance
object
UserSelectorError
UserSelectorError.UserNotFound
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class UserSelectorError

Constructors

View Source

UserSelectorError()

Initializes a new instance of the UserSelectorError class.

Declaration
public UserSelectorError()

Properties

View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public UserSelectorError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
UserSelectorError.UserNotFound
View Source

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

Declaration
public bool IsUserNotFound { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK