Dropbox .NET SDK
Show / Hide Table of Contents

Class ResendVerificationEmailResult

List of users and resend results.

Inheritance
object
ResendVerificationEmailResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ResendVerificationEmailResult

Constructors

View Source

ResendVerificationEmailResult(IEnumerable<UserResendResult>)

Initializes a new instance of the ResendVerificationEmailResult class.

Declaration
public ResendVerificationEmailResult(IEnumerable<UserResendResult> results)
Parameters
Type Name Description
IEnumerable<UserResendResult> results

The results

Properties

View Source

Results

Gets the results of the resend verification email result

Declaration
public IList<UserResendResult> Results { get; protected set; }
Property Value
Type Description
IList<UserResendResult>
  • View Source
In this article
Back to top Dropbox .NET SDK