Show / Hide Table of Contents

Class LegalHoldStatus

The legal hold status object

Inheritance
System.Object
LegalHoldStatus
LegalHoldStatus.Activating
LegalHoldStatus.Active
LegalHoldStatus.Exporting
LegalHoldStatus.Other
LegalHoldStatus.Released
LegalHoldStatus.Releasing
LegalHoldStatus.Updating
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 LegalHoldStatus

Constructors

| Improve this Doc View Source

LegalHoldStatus()

Initializes a new instance of the LegalHoldStatus class.

Declaration
public LegalHoldStatus()

Properties

| Improve this Doc View Source

AsActivating

Gets this instance as a Activating, or null.

Declaration
public LegalHoldStatus.Activating AsActivating { get; }
Property Value
Type Description
LegalHoldStatus.Activating
| Improve this Doc View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public LegalHoldStatus.Active AsActive { get; }
Property Value
Type Description
LegalHoldStatus.Active
| Improve this Doc View Source

AsExporting

Gets this instance as a Exporting, or null.

Declaration
public LegalHoldStatus.Exporting AsExporting { get; }
Property Value
Type Description
LegalHoldStatus.Exporting
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LegalHoldStatus.Other AsOther { get; }
Property Value
Type Description
LegalHoldStatus.Other
| Improve this Doc View Source

AsReleased

Gets this instance as a Released, or null.

Declaration
public LegalHoldStatus.Released AsReleased { get; }
Property Value
Type Description
LegalHoldStatus.Released
| Improve this Doc View Source

AsReleasing

Gets this instance as a Releasing, or null.

Declaration
public LegalHoldStatus.Releasing AsReleasing { get; }
Property Value
Type Description
LegalHoldStatus.Releasing
| Improve this Doc View Source

AsUpdating

Gets this instance as a Updating, or null.

Declaration
public LegalHoldStatus.Updating AsUpdating { get; }
Property Value
Type Description
LegalHoldStatus.Updating
| Improve this Doc View Source

IsActivating

Gets a value indicating whether this instance is Activating

Declaration
public bool IsActivating { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsExporting

Gets a value indicating whether this instance is Exporting

Declaration
public bool IsExporting { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsReleased

Gets a value indicating whether this instance is Released

Declaration
public bool IsReleased { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsReleasing

Gets a value indicating whether this instance is Releasing

Declaration
public bool IsReleasing { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUpdating

Gets a value indicating whether this instance is Updating

Declaration
public bool IsUpdating { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LegalHoldStatus()
  • Properties
    • AsActivating
    • AsActive
    • AsExporting
    • AsOther
    • AsReleased
    • AsReleasing
    • AsUpdating
    • IsActivating
    • IsActive
    • IsExporting
    • IsOther
    • IsReleased
    • IsReleasing
    • IsUpdating
Back to top Generated by DocFX