Show / Hide Table of Contents

Class UserAddResult.Success

Describes a user and the results for each attempt to add a secondary email.

Inheritance
System.Object
UserAddResult
UserAddResult.Success
Inherited Members
UserAddResult.IsSuccess
UserAddResult.AsSuccess
UserAddResult.IsInvalidUser
UserAddResult.AsInvalidUser
UserAddResult.IsUnverified
UserAddResult.AsUnverified
UserAddResult.IsPlaceholderUser
UserAddResult.AsPlaceholderUser
UserAddResult.IsOther
UserAddResult.AsOther
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 sealed class Success : UserAddResult

Constructors

| Improve this Doc View Source

Success(UserSecondaryEmailsResult)

Initializes a new instance of the UserAddResult.Success class.

Declaration
public Success(UserSecondaryEmailsResult value)
Parameters
Type Name Description
UserSecondaryEmailsResult value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public UserSecondaryEmailsResult Value { get; }
Property Value
Type Description
UserSecondaryEmailsResult
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Success(UserSecondaryEmailsResult)
  • Properties
    • Value
Back to top Generated by DocFX