Class RemovedStatus
The removed status object
Inheritance
System.Object
RemovedStatus
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 RemovedStatus
Constructors
| Improve this Doc View SourceRemovedStatus(Boolean, Boolean)
Initializes a new instance of the RemovedStatus class.
Declaration
public RemovedStatus(bool isRecoverable, bool isDisconnected)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isRecoverable | True if the removed team member is recoverable. |
System.Boolean | isDisconnected | True if the team member's account was converted to individual account. |
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsRecoverable
True if the removed team member is recoverable.
Declaration
public bool IsRecoverable { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |