Dropbox .NET SDK
Show / Hide Table of Contents

Class PathRoot.Other

The other object

Inheritance
object
PathRoot
PathRoot.Other
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.Other : PathRoot

Fields

View Source

Instance

A singleton instance of Other

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