Show / Hide Table of Contents

Class DeleteSecondaryEmailsArg

The delete secondary emails arg object

Inheritance
System.Object
DeleteSecondaryEmailsArg
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 DeleteSecondaryEmailsArg

Constructors

| Improve this Doc View Source

DeleteSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg>)

Initializes a new instance of the DeleteSecondaryEmailsArg class.

Declaration
public DeleteSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg> emailsToDelete)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserSecondaryEmailsArg> emailsToDelete

List of users and their secondary emails to delete.

Properties

| Improve this Doc View Source

EmailsToDelete

List of users and their secondary emails to delete.

Declaration
public IList<UserSecondaryEmailsArg> EmailsToDelete { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UserSecondaryEmailsArg>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeleteSecondaryEmailsArg(IEnumerable<UserSecondaryEmailsArg>)
  • Properties
    • EmailsToDelete
Back to top Generated by DocFX