• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class MembersRecoverArg

Exactly one of team_member_id, email, or external_id must be provided to identify the user account.

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

Constructors

| Improve this Doc View Source

MembersRecoverArg(UserSelectorArg)

Initializes a new instance of the MembersRecoverArg class.

Declaration
public MembersRecoverArg(UserSelectorArg user)
Parameters
Type Name Description
UserSelectorArg user

Identity of user to recover.

Properties

| Improve this Doc View Source

User

Identity of user to recover.

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersRecoverArg(UserSelectorArg)
  • Properties
    • User
Back to top Generated by DocFX