Class LegalHoldStatus
The legal hold status object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldStatus
Constructors
| Improve this Doc View SourceLegalHoldStatus()
Initializes a new instance of the Legal
Declaration
public LegalHoldStatus()
Properties
| Improve this Doc View SourceAsActivating
Gets this instance as a Activating, or null
.
Declaration
public LegalHoldStatus.Activating AsActivating { get; }
Property Value
Type | Description |
---|---|
Legal |
AsActive
Gets this instance as a Active, or null
.
Declaration
public LegalHoldStatus.Active AsActive { get; }
Property Value
Type | Description |
---|---|
Legal |
AsExporting
Gets this instance as a Exporting, or null
.
Declaration
public LegalHoldStatus.Exporting AsExporting { get; }
Property Value
Type | Description |
---|---|
Legal |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LegalHoldStatus.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Legal |
AsReleased
Gets this instance as a Released, or null
.
Declaration
public LegalHoldStatus.Released AsReleased { get; }
Property Value
Type | Description |
---|---|
Legal |
AsReleasing
Gets this instance as a Releasing, or null
.
Declaration
public LegalHoldStatus.Releasing AsReleasing { get; }
Property Value
Type | Description |
---|---|
Legal |
AsUpdating
Gets this instance as a Updating, or null
.
Declaration
public LegalHoldStatus.Updating AsUpdating { get; }
Property Value
Type | Description |
---|---|
Legal |
IsActivating
Gets a value indicating whether this instance is Activating
Declaration
public bool IsActivating { get; }
Property Value
Type | Description |
---|---|
System. |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
Type | Description |
---|---|
System. |
IsExporting
Gets a value indicating whether this instance is Exporting
Declaration
public bool IsExporting { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsReleased
Gets a value indicating whether this instance is Released
Declaration
public bool IsReleased { get; }
Property Value
Type | Description |
---|---|
System. |
IsReleasing
Gets a value indicating whether this instance is Releasing
Declaration
public bool IsReleasing { get; }
Property Value
Type | Description |
---|---|
System. |
IsUpdating
Gets a value indicating whether this instance is Updating
Declaration
public bool IsUpdating { get; }
Property Value
Type | Description |
---|---|
System. |