Class LegalHoldsListHeldRevisionsError
The legal holds list held revisions error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsListHeldRevisionsError
Constructors
| Improve this Doc View SourceLegalHoldsListHeldRevisionsError()
Initializes a new instance of the LegalHoldsListHeldRevisionsError class.
Declaration
public LegalHoldsListHeldRevisionsError()
Properties
| Improve this Doc View SourceAsInactiveLegalHold
Gets this instance as a InactiveLegalHold, or null
.
Declaration
public LegalHoldsListHeldRevisionsError.InactiveLegalHold AsInactiveLegalHold { get; }
Property Value
Type | Description |
---|---|
LegalHoldsListHeldRevisionsError.InactiveLegalHold |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public LegalHoldsListHeldRevisionsError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
LegalHoldsListHeldRevisionsError.InsufficientPermissions |
AsLegalHoldStillEmpty
Gets this instance as a LegalHoldStillEmpty, or null
.
Declaration
public LegalHoldsListHeldRevisionsError.LegalHoldStillEmpty AsLegalHoldStillEmpty { get; }
Property Value
Type | Description |
---|---|
LegalHoldsListHeldRevisionsError.LegalHoldStillEmpty |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LegalHoldsListHeldRevisionsError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LegalHoldsListHeldRevisionsError.Other |
AsTransientError
Gets this instance as a TransientError, or null
.
Declaration
public LegalHoldsListHeldRevisionsError.TransientError AsTransientError { get; }
Property Value
Type | Description |
---|---|
LegalHoldsListHeldRevisionsError.TransientError |
AsUnknownLegalHoldError
Gets this instance as a UnknownLegalHoldError, or null
.
Declaration
public LegalHoldsListHeldRevisionsError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
LegalHoldsListHeldRevisionsError.UnknownLegalHoldError |
IsInactiveLegalHold
Gets a value indicating whether this instance is InactiveLegalHold
Declaration
public bool IsInactiveLegalHold { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLegalHoldStillEmpty
Gets a value indicating whether this instance is LegalHoldStillEmpty
Declaration
public bool IsLegalHoldStillEmpty { 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 |
IsTransientError
Gets a value indicating whether this instance is TransientError
Declaration
public bool IsTransientError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnknownLegalHoldError
Gets a value indicating whether this instance is UnknownLegalHoldError
Declaration
public bool IsUnknownLegalHoldError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |