Dropbox .NET SDK
Show / Hide Table of Contents

Class MountFolderError

The mount folder error object

Inheritance
object
MountFolderError
MountFolderError.AccessError
MountFolderError.AlreadyMounted
MountFolderError.InsideSharedFolder
MountFolderError.InsufficientQuota
MountFolderError.MustAutomount
MountFolderError.NoPermission
MountFolderError.NotMountable
MountFolderError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MountFolderError

Constructors

View Source

MountFolderError()

Initializes a new instance of the MountFolderError class.

Declaration
public MountFolderError()

Properties

View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsAlreadyMounted

Gets this instance as a AlreadyMounted, or null.

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

AsInsideSharedFolder

Gets this instance as a InsideSharedFolder, or null.

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

AsInsufficientQuota

Gets this instance as a InsufficientQuota, or null.

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

AsMustAutomount

Gets this instance as a MustAutomount, or null.

Declaration
public MountFolderError.MustAutomount AsMustAutomount { get; }
Property Value
Type Description
MountFolderError.MustAutomount
View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsNotMountable

Gets this instance as a NotMountable, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
bool
View Source

IsAlreadyMounted

Gets a value indicating whether this instance is AlreadyMounted

Declaration
public bool IsAlreadyMounted { get; }
Property Value
Type Description
bool
View Source

IsInsideSharedFolder

Gets a value indicating whether this instance is InsideSharedFolder

Declaration
public bool IsInsideSharedFolder { get; }
Property Value
Type Description
bool
View Source

IsInsufficientQuota

Gets a value indicating whether this instance is InsufficientQuota

Declaration
public bool IsInsufficientQuota { get; }
Property Value
Type Description
bool
View Source

IsMustAutomount

Gets a value indicating whether this instance is MustAutomount

Declaration
public bool IsMustAutomount { get; }
Property Value
Type Description
bool
View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
bool
View Source

IsNotMountable

Gets a value indicating whether this instance is NotMountable

Declaration
public bool IsNotMountable { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK