Show / Hide Table of Contents

Class ResendVerificationEmailResult

List of users and resend results.

Inheritance
System.Object
ResendVerificationEmailResult
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 ResendVerificationEmailResult

Constructors

| Improve this Doc View Source

ResendVerificationEmailResult(IEnumerable<UserResendResult>)

Initializes a new instance of the ResendVerificationEmailResult class.

Declaration
public ResendVerificationEmailResult(IEnumerable<UserResendResult> results)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserResendResult> results

The results

Properties

| Improve this Doc View Source

Results

Gets the results of the resend verification email result

Declaration
public IList<UserResendResult> Results { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UserResendResult>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ResendVerificationEmailResult(IEnumerable<UserResendResult>)
  • Properties
    • Results
Back to top Generated by DocFX