Class LegalHoldsListHeldRevisionsContinueError
The legal holds list held revisions continue error object
Inheritance
LegalHoldsListHeldRevisionsContinueError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsListHeldRevisionsContinueError
Constructors
View SourceLegalHoldsListHeldRevisionsContinueError()
Initializes a new instance of the LegalHoldsListHeldRevisionsContinueError class.
Declaration
public LegalHoldsListHeldRevisionsContinueError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public LegalHoldsListHeldRevisionsContinueError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| LegalHoldsListHeldRevisionsContinueError.Other |
AsReset
Gets this instance as a Reset, or null.
Declaration
public LegalHoldsListHeldRevisionsContinueError.Reset AsReset { get; }
Property Value
| Type | Description |
|---|---|
| LegalHoldsListHeldRevisionsContinueError.Reset |
AsTransientError
Gets this instance as a TransientError, or null.
Declaration
public LegalHoldsListHeldRevisionsContinueError.TransientError AsTransientError { get; }
Property Value
| Type | Description |
|---|---|
| LegalHoldsListHeldRevisionsContinueError.TransientError |
AsUnknownLegalHoldError
Gets this instance as a UnknownLegalHoldError, or null.
Declaration
public LegalHoldsListHeldRevisionsContinueError.UnknownLegalHoldError AsUnknownLegalHoldError { get; }
Property Value
| Type | Description |
|---|---|
| LegalHoldsListHeldRevisionsContinueError.UnknownLegalHoldError |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsReset
Gets a value indicating whether this instance is Reset
Declaration
public bool IsReset { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTransientError
Gets a value indicating whether this instance is TransientError
Declaration
public bool IsTransientError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnknownLegalHoldError
Gets a value indicating whether this instance is UnknownLegalHoldError
Declaration
public bool IsUnknownLegalHoldError { get; }
Property Value
| Type | Description |
|---|---|
| bool |