Show / Hide Table of Contents

Class UserSecondaryEmailsResult

The user secondary emails result object

Inheritance
System.Object
UserSecondaryEmailsResult
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 UserSecondaryEmailsResult

Constructors

| Improve this Doc View Source

UserSecondaryEmailsResult(UserSelectorArg, IEnumerable<AddSecondaryEmailResult>)

Initializes a new instance of the UserSecondaryEmailsResult class.

Declaration
public UserSecondaryEmailsResult(UserSelectorArg user, IEnumerable<AddSecondaryEmailResult> results)
Parameters
Type Name Description
UserSelectorArg user

The user

System.Collections.Generic.IEnumerable<AddSecondaryEmailResult> results

The results

Properties

| Improve this Doc View Source

Results

Gets the results of the user secondary emails result

Declaration
public IList<AddSecondaryEmailResult> Results { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<AddSecondaryEmailResult>
| Improve this Doc View Source

User

Gets the user of the user secondary emails result

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserSecondaryEmailsResult(UserSelectorArg, IEnumerable<AddSecondaryEmailResult>)
  • Properties
    • Results
    • User
Back to top Generated by DocFX