Show / Hide Table of Contents

Class MountFolderError.InsufficientQuota

The current user does not have enough space to mount the shared folder.

Inheritance
System.Object
MountFolderError
MountFolderError.InsufficientQuota
Inherited Members
MountFolderError.IsAccessError
MountFolderError.AsAccessError
MountFolderError.IsInsideSharedFolder
MountFolderError.AsInsideSharedFolder
MountFolderError.IsInsufficientQuota
MountFolderError.AsInsufficientQuota
MountFolderError.IsAlreadyMounted
MountFolderError.AsAlreadyMounted
MountFolderError.IsNoPermission
MountFolderError.AsNoPermission
MountFolderError.IsNotMountable
MountFolderError.AsNotMountable
MountFolderError.IsOther
MountFolderError.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 InsufficientQuota : MountFolderError

Constructors

| Improve this Doc View Source

InsufficientQuota(InsufficientQuotaAmounts)

Initializes a new instance of the MountFolderError.InsufficientQuota class.

Declaration
public InsufficientQuota(InsufficientQuotaAmounts value)
Parameters
Type Name Description
InsufficientQuotaAmounts value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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