Class UserResendEmailsResult
The user resend emails result object
Inheritance
System.Object
UserResendEmailsResult
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 UserResendEmailsResult
Constructors
| Improve this Doc View SourceUserResendEmailsResult(UserSelectorArg, IEnumerable<ResendSecondaryEmailResult>)
Initializes a new instance of the UserResendEmailsResult class.
Declaration
public UserResendEmailsResult(UserSelectorArg user, IEnumerable<ResendSecondaryEmailResult> results)
Parameters
Type | Name | Description |
---|---|---|
UserSelectorArg | user | The user |
System.Collections.Generic.IEnumerable<ResendSecondaryEmailResult> | results | The results |
Properties
| Improve this Doc View SourceResults
Gets the results of the user resend emails result
Declaration
public IList<ResendSecondaryEmailResult> Results { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ResendSecondaryEmailResult> |
User
Gets the user of the user resend emails result
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |