Show / Hide Table of Contents

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 Source

RemovedStatus(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 Source

IsDisconnected

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
| Improve this Doc View Source

IsRecoverable

True if the removed team member is recoverable.

Declaration
public bool IsRecoverable { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RemovedStatus(Boolean, Boolean)
  • Properties
    • IsDisconnected
    • IsRecoverable
Back to top Generated by DocFX