Class MembersDeactivateArg
The members deactivate 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 MembersDeactivateArg : MembersDeactivateBaseArg
Constructors
| Improve this Doc View SourceMembersDeactivateArg(UserSelectorArg, Boolean)
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. |
System.Boolean | wipeData | If provided, controls if the user's data will be deleted on their linked devices. |
Properties
| Improve this Doc View SourceWipeData
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 |
---|---|
System.Boolean |