Class MemberSelectorError
The member selector error object
Inheritance
MemberSelectorError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MemberSelectorError
Constructors
View SourceMemberSelectorError()
Initializes a new instance of the MemberSelectorError class.
Declaration
public MemberSelectorError()
Properties
View SourceAsUserNotFound
Gets this instance as a UserNotFound, or null.
Declaration
public MemberSelectorError.UserNotFound AsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MemberSelectorError.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null.
Declaration
public MemberSelectorError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| MemberSelectorError.UserNotInTeam |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |