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 Mount
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 |
---|---|
Mount |
AsAlreadyMounted
Gets this instance as a AlreadyMounted, or null
.
Declaration
public MountFolderError.AlreadyMounted AsAlreadyMounted { get; }
Property Value
Type | Description |
---|---|
Mount |
AsInsideSharedFolder
Gets this instance as a InsideSharedFolder, or null
.
Declaration
public MountFolderError.InsideSharedFolder AsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
Mount |
AsInsufficientQuota
Gets this instance as a InsufficientQuota, or null
.
Declaration
public MountFolderError.InsufficientQuota AsInsufficientQuota { get; }
Property Value
Type | Description |
---|---|
Mount |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public MountFolderError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
Mount |
AsNotMountable
Gets this instance as a NotMountable, or null
.
Declaration
public MountFolderError.NotMountable AsNotMountable { get; }
Property Value
Type | Description |
---|---|
Mount |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MountFolderError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Mount |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System. |
IsAlreadyMounted
Gets a value indicating whether this instance is AlreadyMounted
Declaration
public bool IsAlreadyMounted { get; }
Property Value
Type | Description |
---|---|
System. |
IsInsideSharedFolder
Gets a value indicating whether this instance is InsideSharedFolder
Declaration
public bool IsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsInsufficientQuota
Gets a value indicating whether this instance is InsufficientQuota
Declaration
public bool IsInsufficientQuota { get; }
Property Value
Type | Description |
---|---|
System. |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
Type | Description |
---|---|
System. |
IsNotMountable
Gets a value indicating whether this instance is NotMountable
Declaration
public bool IsNotMountable { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |