Class PathRoot
The path root object
Inherited Members
Namespace: Dropbox.Api.Common
Assembly: Dropbox.Api.dll
Syntax
public class PathRoot
Constructors
View SourcePathRoot()
Initializes a new instance of the PathRoot class.
Declaration
public PathRoot()
Properties
View SourceAsHome
Gets this instance as a Home, or null.
Declaration
public PathRoot.Home AsHome { get; }
Property Value
| Type | Description |
|---|---|
| PathRoot.Home |
AsNamespaceId
Gets this instance as a NamespaceId, or null.
Declaration
public PathRoot.NamespaceId AsNamespaceId { get; }
Property Value
| Type | Description |
|---|---|
| PathRoot.NamespaceId |
AsOther
Gets this instance as a Other, or null.
Declaration
public PathRoot.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PathRoot.Other |
AsRoot
Gets this instance as a Root, or null.
Declaration
public PathRoot.Root AsRoot { get; }
Property Value
| Type | Description |
|---|---|
| PathRoot.Root |
IsHome
Gets a value indicating whether this instance is Home
Declaration
public bool IsHome { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNamespaceId
Gets a value indicating whether this instance is NamespaceId
Declaration
public bool IsNamespaceId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRoot
Gets a value indicating whether this instance is Root
Declaration
public bool IsRoot { get; }
Property Value
| Type | Description |
|---|---|
| bool |