Show / Hide Table of Contents

Class UserDeleteEmailsResult

The user delete emails result object

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

Constructors

| Improve this Doc View Source

UserDeleteEmailsResult(UserSelectorArg, IEnumerable<DeleteSecondaryEmailResult>)

Initializes a new instance of the UserDeleteEmailsResult class.

Declaration
public UserDeleteEmailsResult(UserSelectorArg user, IEnumerable<DeleteSecondaryEmailResult> results)
Parameters
Type Name Description
UserSelectorArg user

The user

System.Collections.Generic.IEnumerable<DeleteSecondaryEmailResult> results

The results

Properties

| Improve this Doc View Source

Results

Gets the results of the user delete emails result

Declaration
public IList<DeleteSecondaryEmailResult> Results { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<DeleteSecondaryEmailResult>
| Improve this Doc View Source

User

Gets the user of the user delete emails result

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserDeleteEmailsResult(UserSelectorArg, IEnumerable<DeleteSecondaryEmailResult>)
  • Properties
    • Results
    • User
Back to top Generated by DocFX