Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersDataTransferArg

The members data transfer arg object

Inheritance
object
MembersDeactivateBaseArg
MembersDataTransferArg
Inherited Members
MembersDeactivateBaseArg.User
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 MembersDataTransferArg : MembersDeactivateBaseArg

Constructors

View Source

MembersDataTransferArg(UserSelectorArg, UserSelectorArg, UserSelectorArg)

Initializes a new instance of the MembersDataTransferArg class.

Declaration
public MembersDataTransferArg(UserSelectorArg user, UserSelectorArg transferDestId, UserSelectorArg transferAdminId)
Parameters
Type Name Description
UserSelectorArg user

Identity of user to remove/suspend/have their files moved.

UserSelectorArg transferDestId

Files from the deleted member account will be transferred to this user.

UserSelectorArg transferAdminId

Errors during the transfer process will be sent via email to this user.

Properties

View Source

TransferAdminId

Errors during the transfer process will be sent via email to this user.

Declaration
public UserSelectorArg TransferAdminId { get; protected set; }
Property Value
Type Description
UserSelectorArg
View Source

TransferDestId

Files from the deleted member account will be transferred to this user.

Declaration
public UserSelectorArg TransferDestId { get; protected set; }
Property Value
Type Description
UserSelectorArg
  • View Source
In this article
Back to top Dropbox .NET SDK