Show / Hide Table of Contents

Class PathRoot

The path root object

Inheritance
System.Object
PathRoot
PathRoot.Home
PathRoot.NamespaceId
PathRoot.Other
PathRoot.Root
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 PathRoot

Constructors

| Improve this Doc View Source

PathRoot()

Initializes a new instance of the PathRoot class.

Declaration
public PathRoot()

Properties

| Improve this Doc View Source

AsHome

Gets this instance as a Home, or null.

Declaration
public PathRoot.Home AsHome { get; }
Property Value
Type Description
PathRoot.Home
| Improve this Doc View Source

AsNamespaceId

Gets this instance as a NamespaceId, or null.

Declaration
public PathRoot.NamespaceId AsNamespaceId { get; }
Property Value
Type Description
PathRoot.NamespaceId
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRoot

Gets this instance as a Root, or null.

Declaration
public PathRoot.Root AsRoot { get; }
Property Value
Type Description
PathRoot.Root
| Improve this Doc View Source

IsHome

Gets a value indicating whether this instance is Home

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

IsNamespaceId

Gets a value indicating whether this instance is NamespaceId

Declaration
public bool IsNamespaceId { 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

IsRoot

Gets a value indicating whether this instance is Root

Declaration
public bool IsRoot { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PathRoot()
  • Properties
    • AsHome
    • AsNamespaceId
    • AsOther
    • AsRoot
    • IsHome
    • IsNamespaceId
    • IsOther
    • IsRoot
Back to top Generated by DocFX