Class UserSelectorError
Error that can be returned whenever a struct derived from UserSelectorArg is used.
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 SourceUserSelectorError()
Initializes a new instance of the UserSelectorError class.
Declaration
public UserSelectorError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |