Dropbox .NET SDK
Show / Hide Table of Contents

Class AddSecondaryEmailsArg

The add secondary emails arg object

Inheritance
object
AddSecondaryEmailsArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class AddSecondaryEmailsArg

Constructors

View Source

AddSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg>)

Initializes a new instance of the AddSecondaryEmailsArg class.

Declaration
public AddSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg> newSecondaryEmails)
Parameters
Type Name Description
IEnumerable<UserSecondaryEmailsArg> newSecondaryEmails

List of users and secondary emails to add.

Properties

View Source

NewSecondaryEmails

List of users and secondary emails to add.

Declaration
public IList<UserSecondaryEmailsArg> NewSecondaryEmails { get; protected set; }
Property Value
Type Description
IList<UserSecondaryEmailsArg>
  • View Source
In this article
Back to top Dropbox .NET SDK