Class ResendVerificationEmailArg
The resend verification email arg object
Inheritance
System.Object
ResendVerificationEmailArg
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 ResendVerificationEmailArg
Constructors
| Improve this Doc View SourceResendVerificationEmailArg(IEnumerable<UserSecondaryEmailsArg>)
Initializes a new instance of the ResendVerificationEmailArg class.
Declaration
public ResendVerificationEmailArg(IEnumerable<UserSecondaryEmailsArg> emailsToResend)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<UserSecondaryEmailsArg> | emailsToResend | List of users and secondary emails to resend verification emails to. |
Properties
| Improve this Doc View SourceEmailsToResend
List of users and secondary emails to resend verification emails to.
Declaration
public IList<UserSecondaryEmailsArg> EmailsToResend { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UserSecondaryEmailsArg> |