Class MountFolderError.InsufficientQuota
The current user does not have enough space to mount the shared folder.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class MountFolderError.InsufficientQuota : MountFolderError
Constructors
View SourceInsufficientQuota(InsufficientQuotaAmounts)
Initializes a new instance of the MountFolderError.InsufficientQuota class.
Declaration
public InsufficientQuota(InsufficientQuotaAmounts value)
Parameters
| Type | Name | Description |
|---|---|---|
| InsufficientQuotaAmounts | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public InsufficientQuotaAmounts Value { get; }
Property Value
| Type | Description |
|---|---|
| InsufficientQuotaAmounts |