Class UnmountFolderError
The unmount folder error object
Inheritance
UnmountFolderError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnmountFolderError
Constructors
View SourceUnmountFolderError()
Initializes a new instance of the UnmountFolderError class.
Declaration
public UnmountFolderError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public UnmountFolderError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| UnmountFolderError.AccessError |
AsNoPermission
Gets this instance as a NoPermission, or null.
Declaration
public UnmountFolderError.NoPermission AsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| UnmountFolderError.NoPermission |
AsNotUnmountable
Gets this instance as a NotUnmountable, or null.
Declaration
public UnmountFolderError.NotUnmountable AsNotUnmountable { get; }
Property Value
| Type | Description |
|---|---|
| UnmountFolderError.NotUnmountable |
AsOther
Gets this instance as a Other, or null.
Declaration
public UnmountFolderError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UnmountFolderError.Other |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotUnmountable
Gets a value indicating whether this instance is NotUnmountable
Declaration
public bool IsNotUnmountable { 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 |