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 SourceAddSecondaryEmailsArg(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 SourceNewSecondaryEmails
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> |