Show / Hide Table of Contents

Class PathRootError

The path root error object

Inheritance
System.Object
PathRootError
PathRootError.InvalidRoot
PathRootError.NoPermission
PathRootError.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.Common
Assembly: Dropbox.Api.dll
Syntax
public class PathRootError

Constructors

| Improve this Doc View Source

PathRootError()

Initializes a new instance of the PathRootError class.

Declaration
public PathRootError()

Properties

| Improve this Doc View Source

AsInvalidRoot

Gets this instance as a InvalidRoot, or null.

Declaration
public PathRootError.InvalidRoot AsInvalidRoot { get; }
Property Value
Type Description
PathRootError.InvalidRoot
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public PathRootError.NoPermission AsNoPermission { get; }
Property Value
Type Description
PathRootError.NoPermission
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsInvalidRoot

Gets a value indicating whether this instance is InvalidRoot

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

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { 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
    • PathRootError()
  • Properties
    • AsInvalidRoot
    • AsNoPermission
    • AsOther
    • IsInvalidRoot
    • IsNoPermission
    • IsOther
Back to top Generated by DocFX