Class PathRoot
The path root object
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 SourcePathRoot()
Initializes a new instance of the PathRoot class.
Declaration
public PathRoot()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsNamespaceId
Gets a value indicating whether this instance is NamespaceId
Declaration
public bool IsNamespaceId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRoot
Gets a value indicating whether this instance is Root
Declaration
public bool IsRoot { get; }
Property Value
Type | Description |
---|---|
System.Boolean |