Show / Hide Table of Contents

Class UnmountFolderError.AccessError

The access error object

Inheritance
System.Object
UnmountFolderError
UnmountFolderError.AccessError
Inherited Members
UnmountFolderError.IsAccessError
UnmountFolderError.AsAccessError
UnmountFolderError.IsNoPermission
UnmountFolderError.AsNoPermission
UnmountFolderError.IsNotUnmountable
UnmountFolderError.AsNotUnmountable
UnmountFolderError.IsOther
UnmountFolderError.AsOther
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 sealed class AccessError : UnmountFolderError

Constructors

| Improve this Doc View Source

AccessError(SharedFolderAccessError)

Initializes a new instance of the UnmountFolderError.AccessError class.

Declaration
public AccessError(SharedFolderAccessError value)
Parameters
Type Name Description
SharedFolderAccessError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public SharedFolderAccessError Value { get; }
Property Value
Type Description
SharedFolderAccessError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccessError(SharedFolderAccessError)
  • Properties
    • Value
Back to top Generated by DocFX