Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersDeactivateArg

The members deactivate arg object

Inheritance
object
MembersDeactivateBaseArg
MembersDeactivateArg
MembersRemoveArg
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 MembersDeactivateArg : MembersDeactivateBaseArg

Constructors

View Source

MembersDeactivateArg(UserSelectorArg, bool)

Initializes a new instance of the MembersDeactivateArg class.

Declaration
public MembersDeactivateArg(UserSelectorArg user, bool wipeData = true)
Parameters
Type Name Description
UserSelectorArg user

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

bool wipeData

If provided, controls if the user's data will be deleted on their linked devices.

Properties

View Source

WipeData

If provided, controls if the user's data will be deleted on their linked devices.

Declaration
public bool WipeData { get; protected set; }
Property Value
Type Description
bool

See Also

MembersRemoveArg
  • View Source
In this article
Back to top Dropbox .NET SDK