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 SourceUserDeleteEmailsResult(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 SourceResults
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> |
User
Gets the user of the user delete emails result
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |