Show / Hide Table of Contents

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
System.Object
UserAddResult
UserAddResult.InvalidUser
UserAddResult.Other
UserAddResult.PlaceholderUser
UserAddResult.Success
UserAddResult.Unverified
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 UserAddResult

Constructors

| Improve this Doc View Source

UserAddResult()

Initializes a new instance of the UserAddResult class.

Declaration
public UserAddResult()

Properties

| Improve this Doc View Source

AsInvalidUser

Gets this instance as a InvalidUser, or null.

Declaration
public UserAddResult.InvalidUser AsInvalidUser { get; }
Property Value
Type Description
UserAddResult.InvalidUser
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UserAddResult.Other AsOther { get; }
Property Value
Type Description
UserAddResult.Other
| Improve this Doc View Source

AsPlaceholderUser

Gets this instance as a PlaceholderUser, or null.

Declaration
public UserAddResult.PlaceholderUser AsPlaceholderUser { get; }
Property Value
Type Description
UserAddResult.PlaceholderUser
| Improve this Doc View Source

AsSuccess

Gets this instance as a Success, or null.

Declaration
public UserAddResult.Success AsSuccess { get; }
Property Value
Type Description
UserAddResult.Success
| Improve this Doc View Source

AsUnverified

Gets this instance as a Unverified, or null.

Declaration
public UserAddResult.Unverified AsUnverified { get; }
Property Value
Type Description
UserAddResult.Unverified
| Improve this Doc View Source

IsInvalidUser

Gets a value indicating whether this instance is InvalidUser

Declaration
public bool IsInvalidUser { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPlaceholderUser

Gets a value indicating whether this instance is PlaceholderUser

Declaration
public bool IsPlaceholderUser { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSuccess

Gets a value indicating whether this instance is Success

Declaration
public bool IsSuccess { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnverified

Gets a value indicating whether this instance is Unverified

Declaration
public bool IsUnverified { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserAddResult()
  • Properties
    • AsInvalidUser
    • AsOther
    • AsPlaceholderUser
    • AsSuccess
    • AsUnverified
    • IsInvalidUser
    • IsOther
    • IsPlaceholderUser
    • IsSuccess
    • IsUnverified
Back to top Generated by DocFX