Show / Hide Table of Contents

Class DeleteManualContactsArg

The delete manual contacts arg object

Inheritance
System.Object
DeleteManualContactsArg
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.Contacts
Assembly: Dropbox.Api.dll
Syntax
public class DeleteManualContactsArg

Constructors

| Improve this Doc View Source

DeleteManualContactsArg(IEnumerable<String>)

Initializes a new instance of the DeleteManualContactsArg class.

Declaration
public DeleteManualContactsArg(IEnumerable<string> emailAddresses)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> emailAddresses

List of manually added contacts to be deleted.

Properties

| Improve this Doc View Source

EmailAddresses

List of manually added contacts to be deleted.

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