Dropbox .NET SDK
Show / Hide Table of Contents

Class UnmountFolderError.AccessError

The access error object

Inheritance
object
UnmountFolderError
UnmountFolderError.AccessError
Inherited Members
UnmountFolderError.IsAccessError
UnmountFolderError.AsAccessError
UnmountFolderError.IsNoPermission
UnmountFolderError.AsNoPermission
UnmountFolderError.IsNotUnmountable
UnmountFolderError.AsNotUnmountable
UnmountFolderError.IsOther
UnmountFolderError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class UnmountFolderError.AccessError : UnmountFolderError

Constructors

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

View Source

Value

Gets the value of this instance.

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