Class MembersDataTransferArg
The members data transfer arg object
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 MembersDataTransferArg : MembersDeactivateBaseArg
Constructors
| Improve this Doc View SourceMembersDataTransferArg(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
| Improve this Doc View SourceTransferAdminId
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 |
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 |