Dropbox .NET SDK
Show / Hide Table of Contents

Class PathRoot

The path root object

Inheritance
object
PathRoot
PathRoot.Home
PathRoot.NamespaceId
PathRoot.Other
PathRoot.Root
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Common
Assembly: Dropbox.Api.dll
Syntax
public class PathRoot

Constructors

View Source

PathRoot()

Initializes a new instance of the PathRoot class.

Declaration
public PathRoot()

Properties

View Source

AsHome

Gets this instance as a Home, or null.

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

AsNamespaceId

Gets this instance as a NamespaceId, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRoot

Gets this instance as a Root, or null.

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

IsHome

Gets a value indicating whether this instance is Home

Declaration
public bool IsHome { get; }
Property Value
Type Description
bool
View Source

IsNamespaceId

Gets a value indicating whether this instance is NamespaceId

Declaration
public bool IsNamespaceId { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRoot

Gets a value indicating whether this instance is Root

Declaration
public bool IsRoot { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK