Show / Hide Table of Contents

Class MoveIntoVaultError

The move into vault error object

Inheritance
System.Object
MoveIntoVaultError
MoveIntoVaultError.IsSharedFolder
MoveIntoVaultError.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class MoveIntoVaultError

Constructors

| Improve this Doc View Source

MoveIntoVaultError()

Initializes a new instance of the MoveIntoVaultError class.

Declaration
public MoveIntoVaultError()

Properties

| Improve this Doc View Source

AsIsSharedFolder

Gets this instance as a IsSharedFolder, or null.

Declaration
public MoveIntoVaultError.IsSharedFolder AsIsSharedFolder { get; }
Property Value
Type Description
MoveIntoVaultError.IsSharedFolder
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MoveIntoVaultError.Other AsOther { get; }
Property Value
Type Description
MoveIntoVaultError.Other
| Improve this Doc View Source

IsIsSharedFolder

Gets a value indicating whether this instance is IsSharedFolder

Declaration
public bool IsIsSharedFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MoveIntoVaultError()
  • Properties
    • AsIsSharedFolder
    • AsOther
    • IsIsSharedFolder
    • IsOther
Back to top Generated by DocFX