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 LegalHoldStatus class.
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 |
---|---|
LegalHoldStatus.Activating |
AsActive
Gets this instance as a Active, or null
.
Declaration
public LegalHoldStatus.Active AsActive { get; }
Property Value
Type | Description |
---|---|
LegalHoldStatus.Active |
AsExporting
Gets this instance as a Exporting, or null
.
Declaration
public LegalHoldStatus.Exporting AsExporting { get; }
Property Value
Type | Description |
---|---|
LegalHoldStatus.Exporting |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LegalHoldStatus.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LegalHoldStatus.Other |
AsReleased
Gets this instance as a Released, or null
.
Declaration
public LegalHoldStatus.Released AsReleased { get; }
Property Value
Type | Description |
---|---|
LegalHoldStatus.Released |
AsReleasing
Gets this instance as a Releasing, or null
.
Declaration
public LegalHoldStatus.Releasing AsReleasing { get; }
Property Value
Type | Description |
---|---|
LegalHoldStatus.Releasing |
AsUpdating
Gets this instance as a Updating, or null
.
Declaration
public LegalHoldStatus.Updating AsUpdating { get; }
Property Value
Type | Description |
---|---|
LegalHoldStatus.Updating |
IsActivating
Gets a value indicating whether this instance is Activating
Declaration
public bool IsActivating { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExporting
Gets a value indicating whether this instance is Exporting
Declaration
public bool IsExporting { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReleased
Gets a value indicating whether this instance is Released
Declaration
public bool IsReleased { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReleasing
Gets a value indicating whether this instance is Releasing
Declaration
public bool IsReleasing { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdating
Gets a value indicating whether this instance is Updating
Declaration
public bool IsUpdating { get; }
Property Value
Type | Description |
---|---|
System.Boolean |