Class PathRootError
The path root error object
Inheritance
System.Object
PathRootError
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 PathRootError
Constructors
| Improve this Doc View SourcePathRootError()
Initializes a new instance of the PathRootError class.
Declaration
public PathRootError()
Properties
| Improve this Doc View SourceAsInvalidRoot
Gets this instance as a InvalidRoot, or null
.
Declaration
public PathRootError.InvalidRoot AsInvalidRoot { get; }
Property Value
Type | Description |
---|---|
PathRootError.InvalidRoot |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public PathRootError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
PathRootError.NoPermission |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PathRootError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PathRootError.Other |
IsInvalidRoot
Gets a value indicating whether this instance is InvalidRoot
Declaration
public bool IsInvalidRoot { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { 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 |