Dropbox .NET SDK
Show / Hide Table of Contents

Class LegalHoldStatus

The legal hold status object

Inheritance
object
LegalHoldStatus
LegalHoldStatus.Activating
LegalHoldStatus.Active
LegalHoldStatus.Exporting
LegalHoldStatus.Other
LegalHoldStatus.Released
LegalHoldStatus.Releasing
LegalHoldStatus.Updating
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldStatus

Constructors

View Source

LegalHoldStatus()

Initializes a new instance of the LegalHoldStatus class.

Declaration
public LegalHoldStatus()

Properties

View Source

AsActivating

Gets this instance as a Activating, or null.

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

AsActive

Gets this instance as a Active, or null.

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

AsExporting

Gets this instance as a Exporting, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsReleased

Gets this instance as a Released, or null.

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

AsReleasing

Gets this instance as a Releasing, or null.

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

AsUpdating

Gets this instance as a Updating, or null.

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

IsActivating

Gets a value indicating whether this instance is Activating

Declaration
public bool IsActivating { get; }
Property Value
Type Description
bool
View Source

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
bool
View Source

IsExporting

Gets a value indicating whether this instance is Exporting

Declaration
public bool IsExporting { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsReleased

Gets a value indicating whether this instance is Released

Declaration
public bool IsReleased { get; }
Property Value
Type Description
bool
View Source

IsReleasing

Gets a value indicating whether this instance is Releasing

Declaration
public bool IsReleasing { get; }
Property Value
Type Description
bool
View Source

IsUpdating

Gets a value indicating whether this instance is Updating

Declaration
public bool IsUpdating { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK