Class AddSecondaryEmailsArg
The add secondary emails arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class AddSecondaryEmailsArg
Constructors
View SourceAddSecondaryEmailsArg(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 SourceNewSecondaryEmails
List of users and secondary emails to add.
Declaration
public IList<UserSecondaryEmailsArg> NewSecondaryEmails { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UserSecondaryEmailsArg> |