Dropbox .NET SDK
Show / Hide Table of Contents

Class PathRoot.Home

Paths are relative to the authenticating user's home namespace, whether or not that user belongs to a team.

Inheritance
object
PathRoot
PathRoot.Home
Inherited Members
PathRoot.IsHome
PathRoot.AsHome
PathRoot.IsRoot
PathRoot.AsRoot
PathRoot.IsNamespaceId
PathRoot.AsNamespaceId
PathRoot.IsOther
PathRoot.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Common
Assembly: Dropbox.Api.dll
Syntax
public sealed class PathRoot.Home : PathRoot

Fields

View Source

Instance

A singleton instance of Home

Declaration
public static readonly PathRoot.Home Instance
Field Value
Type Description
PathRoot.Home
  • View Source
In this article
Back to top Dropbox .NET SDK