Dropbox .NET SDK
Show / Hide Table of Contents

Class UserAddResult.Success

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

Inheritance
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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserAddResult.Success : UserAddResult

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public UserSecondaryEmailsResult Value { get; }
Property Value
Type Description
UserSecondaryEmailsResult
  • View Source
In this article
Back to top Dropbox .NET SDK