Class DeleteManualContactsArg
The delete manual contacts arg object
Inherited Members
Namespace: Dropbox.Api.Contacts
Assembly: Dropbox.Api.dll
Syntax
public class DeleteManualContactsArg
Constructors
View SourceDeleteManualContactsArg(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 SourceEmailAddresses
List of manually added contacts to be deleted.
Declaration
public IList<string> EmailAddresses { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |