Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteManualContactsArg

The delete manual contacts arg object

Inheritance
object
DeleteManualContactsArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Contacts
Assembly: Dropbox.Api.dll
Syntax
public class DeleteManualContactsArg

Constructors

View Source

DeleteManualContactsArg(IEnumerable<string>)

Initializes a new instance of the DeleteManualContactsArg class.

Declaration
public DeleteManualContactsArg(IEnumerable<string> emailAddresses)
Parameters
Type Name Description
IEnumerable<string> emailAddresses

List of manually added contacts to be deleted.

Properties

View Source

EmailAddresses

List of manually added contacts to be deleted.

Declaration
public IList<string> EmailAddresses { get; protected set; }
Property Value
Type Description
IList<string>
  • View Source
In this article
Back to top Dropbox .NET SDK