Class UserSecondaryEmailsResult
The user secondary emails result object
Inheritance
System.Object
UserSecondaryEmailsResult
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 UserSecondaryEmailsResult
Constructors
| Improve this Doc View SourceUserSecondaryEmailsResult(UserSelectorArg, IEnumerable<AddSecondaryEmailResult>)
Initializes a new instance of the UserSecondaryEmailsResult class.
Declaration
public UserSecondaryEmailsResult(UserSelectorArg user, IEnumerable<AddSecondaryEmailResult> results)
Parameters
Type | Name | Description |
---|---|---|
UserSelectorArg | user | The user |
System.Collections.Generic.IEnumerable<AddSecondaryEmailResult> | results | The results |
Properties
| Improve this Doc View SourceResults
Gets the results of the user secondary emails result
Declaration
public IList<AddSecondaryEmailResult> Results { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AddSecondaryEmailResult> |
User
Gets the user of the user secondary emails result
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |