Class UserSelectorError
Error that can be returned whenever a struct derived from UserSelectorArg is used.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class UserSelectorError
Constructors
View SourceUserSelectorError()
Initializes a new instance of the UserSelectorError class.
Declaration
public UserSelectorError()
Properties
View SourceAsUserNotFound
Gets this instance as a UserNotFound, or null.
Declaration
public UserSelectorError.UserNotFound AsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| UserSelectorError.UserNotFound |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |