Class ResendVerificationEmailArg
The resend verification email arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ResendVerificationEmailArg
Constructors
View SourceResendVerificationEmailArg(IEnumerable<UserSecondaryEmailsArg>)
Initializes a new instance of the ResendVerificationEmailArg class.
Declaration
public ResendVerificationEmailArg(IEnumerable<UserSecondaryEmailsArg> emailsToResend)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UserSecondaryEmailsArg> | emailsToResend | List of users and secondary emails to resend verification emails to. |
Properties
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 |
|---|---|
| IList<UserSecondaryEmailsArg> |