Class DeleteSecondaryEmailsArg
The delete secondary emails arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class DeleteSecondaryEmailsArg
Constructors
View SourceDeleteSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg>)
Initializes a new instance of the DeleteSecondaryEmailsArg class.
Declaration
public DeleteSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg> emailsToDelete)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UserSecondaryEmailsArg> | emailsToDelete | List of users and their secondary emails to delete. |
Properties
View SourceEmailsToDelete
List of users and their secondary emails to delete.
Declaration
public IList<UserSecondaryEmailsArg> EmailsToDelete { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UserSecondaryEmailsArg> |