Show / Hide Table of Contents

Class UnmountFolderError

The unmount folder error object

Inheritance
System.Object
UnmountFolderError
UnmountFolderError.AccessError
UnmountFolderError.NoPermission
UnmountFolderError.NotUnmountable
UnmountFolderError.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 UnmountFolderError

Constructors

| Improve this Doc View Source

UnmountFolderError()

Initializes a new instance of the UnmountFolderError class.

Declaration
public UnmountFolderError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsNotUnmountable

Gets this instance as a NotUnmountable, or null.

Declaration
public UnmountFolderError.NotUnmountable AsNotUnmountable { get; }
Property Value
Type Description
UnmountFolderError.NotUnmountable
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UnmountFolderError.Other AsOther { get; }
Property Value
Type Description
UnmountFolderError.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

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

IsNotUnmountable

Gets a value indicating whether this instance is NotUnmountable

Declaration
public bool IsNotUnmountable { 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
    • UnmountFolderError()
  • Properties
    • AsAccessError
    • AsNoPermission
    • AsNotUnmountable
    • AsOther
    • IsAccessError
    • IsNoPermission
    • IsNotUnmountable
    • IsOther
Back to top Generated by DocFX