Show / Hide Table of Contents

Class MountFolderError

The mount folder error object

Inheritance
System.Object
MountFolderError
MountFolderError.AccessError
MountFolderError.AlreadyMounted
MountFolderError.InsideSharedFolder
MountFolderError.InsufficientQuota
MountFolderError.NoPermission
MountFolderError.NotMountable
MountFolderError.Other
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MountFolderError

Constructors

| Improve this Doc View Source

MountFolderError()

Initializes a new instance of the MountFolderError class.

Declaration
public MountFolderError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public MountFolderError.AccessError AsAccessError { get; }
Property Value
Type Description
MountFolderError.AccessError
| Improve this Doc View Source

AsAlreadyMounted

Gets this instance as a AlreadyMounted, or null.

Declaration
public MountFolderError.AlreadyMounted AsAlreadyMounted { get; }
Property Value
Type Description
MountFolderError.AlreadyMounted
| Improve this Doc View Source

AsInsideSharedFolder

Gets this instance as a InsideSharedFolder, or null.

Declaration
public MountFolderError.InsideSharedFolder AsInsideSharedFolder { get; }
Property Value
Type Description
MountFolderError.InsideSharedFolder
| Improve this Doc View Source

AsInsufficientQuota

Gets this instance as a InsufficientQuota, or null.

Declaration
public MountFolderError.InsufficientQuota AsInsufficientQuota { get; }
Property Value
Type Description
MountFolderError.InsufficientQuota
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public MountFolderError.NoPermission AsNoPermission { get; }
Property Value
Type Description
MountFolderError.NoPermission
| Improve this Doc View Source

AsNotMountable

Gets this instance as a NotMountable, or null.

Declaration
public MountFolderError.NotMountable AsNotMountable { get; }
Property Value
Type Description
MountFolderError.NotMountable
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MountFolderError.Other AsOther { get; }
Property Value
Type Description
MountFolderError.Other
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsAlreadyMounted

Gets a value indicating whether this instance is AlreadyMounted

Declaration
public bool IsAlreadyMounted { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsideSharedFolder

Gets a value indicating whether this instance is InsideSharedFolder

Declaration
public bool IsInsideSharedFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsufficientQuota

Gets a value indicating whether this instance is InsufficientQuota

Declaration
public bool IsInsufficientQuota { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotMountable

Gets a value indicating whether this instance is NotMountable

Declaration
public bool IsNotMountable { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MountFolderError()
  • Properties
    • AsAccessError
    • AsAlreadyMounted
    • AsInsideSharedFolder
    • AsInsufficientQuota
    • AsNoPermission
    • AsNotMountable
    • AsOther
    • IsAccessError
    • IsAlreadyMounted
    • IsInsideSharedFolder
    • IsInsufficientQuota
    • IsNoPermission
    • IsNotMountable
    • IsOther
Back to top Generated by DocFX