Show / Hide Table of Contents

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 Source

UserSecondaryEmailsArg(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 Source

SecondaryEmails

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>
| Improve this Doc View Source

User

Gets the user of the user secondary emails arg

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