Class UserSecondaryEmailsArg
User and a list of secondary emails.
Inheritance
System.Object
UserSecondaryEmailsArg
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 UserSecondaryEmailsArg
Constructors
| Improve this Doc View SourceUserSecondaryEmailsArg(UserSelectorArg, IEnumerable<String>)
Initializes a new instance of the UserSecondaryEmailsArg class.
Declaration
public UserSecondaryEmailsArg(UserSelectorArg user, IEnumerable<string> secondaryEmails)
Parameters
Type | Name | Description |
---|---|---|
UserSelectorArg | user | The user |
System.Collections.Generic.IEnumerable<System.String> | secondaryEmails | The secondary emails |
Properties
| Improve this Doc View SourceSecondaryEmails
Gets the secondary emails of the user secondary emails arg
Declaration
public IList<string> SecondaryEmails { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
User
Gets the user of the user secondary emails arg
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |