Show / Hide Table of Contents

Class AddSecondaryEmailsArg

The add secondary emails arg object

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

Constructors

| Improve this Doc View Source

AddSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg>)

Initializes a new instance of the AddSecondaryEmailsArg class.

Declaration
public AddSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg> newSecondaryEmails)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserSecondaryEmailsArg> newSecondaryEmails

List of users and secondary emails to add.

Properties

| Improve this Doc View Source

NewSecondaryEmails

List of users and secondary emails to add.

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