Class UserAddResult
Result of trying to add secondary emails to a user. 'success' is the only value indicating that a user was successfully retrieved for adding secondary emails. The other values explain the type of error that occurred, and include the user for which the error occurred.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class UserAddResult
Constructors
| Improve this Doc View SourceUserAddResult()
Initializes a new instance of the UserAddResult class.
Declaration
public UserAddResult()
Properties
| Improve this Doc View SourceAsInvalidUser
Gets this instance as a InvalidUser, or null.
Declaration
public UserAddResult.InvalidUser AsInvalidUser { get; }
Property Value
| Type | Description |
|---|---|
| UserAddResult.InvalidUser |
AsOther
Gets this instance as a Other, or null.
Declaration
public UserAddResult.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UserAddResult.Other |
AsPlaceholderUser
Gets this instance as a PlaceholderUser, or null.
Declaration
public UserAddResult.PlaceholderUser AsPlaceholderUser { get; }
Property Value
| Type | Description |
|---|---|
| UserAddResult.PlaceholderUser |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public UserAddResult.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| UserAddResult.Success |
AsUnverified
Gets this instance as a Unverified, or null.
Declaration
public UserAddResult.Unverified AsUnverified { get; }
Property Value
| Type | Description |
|---|---|
| UserAddResult.Unverified |
IsInvalidUser
Gets a value indicating whether this instance is InvalidUser
Declaration
public bool IsInvalidUser { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsPlaceholderUser
Gets a value indicating whether this instance is PlaceholderUser
Declaration
public bool IsPlaceholderUser { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsUnverified
Gets a value indicating whether this instance is Unverified
Declaration
public bool IsUnverified { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |