Class MoveIntoVaultError
The move into vault error object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class MoveIntoVaultError
Constructors
View SourceMoveIntoVaultError()
Initializes a new instance of the MoveIntoVaultError class.
Declaration
public MoveIntoVaultError()
Properties
View SourceAsIsSharedFolder
Gets this instance as a IsSharedFolder, or null.
Declaration
public MoveIntoVaultError.IsSharedFolder AsIsSharedFolder { get; }
Property Value
| Type | Description |
|---|---|
| MoveIntoVaultError.IsSharedFolder |
AsOther
Gets this instance as a Other, or null.
Declaration
public MoveIntoVaultError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MoveIntoVaultError.Other |
IsIsSharedFolder
Gets a value indicating whether this instance is IsSharedFolder
Declaration
public bool IsIsSharedFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |