Show / Hide Table of Contents

Class AddSecondaryEmailsResult

The add secondary emails result object

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

Constructors

| Improve this Doc View Source

AddSecondaryEmailsResult(IEnumerable<UserAddResult>)

Initializes a new instance of the AddSecondaryEmailsResult class.

Declaration
public AddSecondaryEmailsResult(IEnumerable<UserAddResult> results)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserAddResult> results

List of users and secondary email results.

Properties

| Improve this Doc View Source

Results

List of users and secondary email results.

Declaration
public IList<UserAddResult> Results { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UserAddResult>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddSecondaryEmailsResult(IEnumerable<UserAddResult>)
  • Properties
    • Results
Back to top Generated by DocFX