Class MountFolderError
The mount folder error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MountFolderError
Constructors
| Improve this Doc View SourceMountFolderError()
Initializes a new instance of the MountFolderError class.
Declaration
public MountFolderError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public MountFolderError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
MountFolderError.AccessError |
AsAlreadyMounted
Gets this instance as a AlreadyMounted, or null
.
Declaration
public MountFolderError.AlreadyMounted AsAlreadyMounted { get; }
Property Value
Type | Description |
---|---|
MountFolderError.AlreadyMounted |
AsInsideSharedFolder
Gets this instance as a InsideSharedFolder, or null
.
Declaration
public MountFolderError.InsideSharedFolder AsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
MountFolderError.InsideSharedFolder |
AsInsufficientQuota
Gets this instance as a InsufficientQuota, or null
.
Declaration
public MountFolderError.InsufficientQuota AsInsufficientQuota { get; }
Property Value
Type | Description |
---|---|
MountFolderError.InsufficientQuota |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public MountFolderError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
MountFolderError.NoPermission |
AsNotMountable
Gets this instance as a NotMountable, or null
.
Declaration
public MountFolderError.NotMountable AsNotMountable { get; }
Property Value
Type | Description |
---|---|
MountFolderError.NotMountable |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MountFolderError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MountFolderError.Other |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAlreadyMounted
Gets a value indicating whether this instance is AlreadyMounted
Declaration
public bool IsAlreadyMounted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsideSharedFolder
Gets a value indicating whether this instance is InsideSharedFolder
Declaration
public bool IsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientQuota
Gets a value indicating whether this instance is InsufficientQuota
Declaration
public bool IsInsufficientQuota { 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 |
IsNotMountable
Gets a value indicating whether this instance is NotMountable
Declaration
public bool IsNotMountable { 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 |