Class RemovedStatus
The removed status object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RemovedStatus
Constructors
View SourceRemovedStatus(bool, bool)
Initializes a new instance of the RemovedStatus class.
Declaration
public RemovedStatus(bool isRecoverable, bool isDisconnected)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isRecoverable | True if the removed team member is recoverable. |
| bool | isDisconnected | True if the team member's account was converted to individual account. |
Properties
View SourceIsDisconnected
True if the team member's account was converted to individual account.
Declaration
public bool IsDisconnected { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRecoverable
True if the removed team member is recoverable.
Declaration
public bool IsRecoverable { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |