Class UserSecondaryEmailsArg
User and a list of secondary emails.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class UserSecondaryEmailsArg
Constructors
View SourceUserSecondaryEmailsArg(UserSelectorArg, IEnumerable<string>)
Initializes a new instance of the UserSecondaryEmailsArg class.
Declaration
public UserSecondaryEmailsArg(UserSelectorArg user, IEnumerable<string> secondaryEmails)
Parameters
| Type | Name | Description |
|---|---|---|
| UserSelectorArg | user | The user |
| IEnumerable<string> | secondaryEmails | The secondary emails |
Properties
View SourceSecondaryEmails
Gets the secondary emails of the user secondary emails arg
Declaration
public IList<string> SecondaryEmails { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
User
Gets the user of the user secondary emails arg
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UserSelectorArg |