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 SourceResendVerificationEmailResult(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 SourceResults
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> |