Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateSharedLinkWithSettingsError.TooManySharedFolders

Your Dropbox folder will have too many shared folders after the operation. https://help.dropbox.com/share/shared-folder-faq#Is-there-a-limit-to-the-number-of-shared-folders-I-can-create

Inheritance
object
CreateSharedLinkWithSettingsError
CreateSharedLinkWithSettingsError.TooManySharedFolders
Inherited Members
CreateSharedLinkWithSettingsError.IsPath
CreateSharedLinkWithSettingsError.AsPath
CreateSharedLinkWithSettingsError.IsEmailNotVerified
CreateSharedLinkWithSettingsError.AsEmailNotVerified
CreateSharedLinkWithSettingsError.IsSharedLinkAlreadyExists
CreateSharedLinkWithSettingsError.AsSharedLinkAlreadyExists
CreateSharedLinkWithSettingsError.IsSettingsError
CreateSharedLinkWithSettingsError.AsSettingsError
CreateSharedLinkWithSettingsError.IsAccessDenied
CreateSharedLinkWithSettingsError.AsAccessDenied
CreateSharedLinkWithSettingsError.IsBannedMember
CreateSharedLinkWithSettingsError.AsBannedMember
CreateSharedLinkWithSettingsError.IsTooManySharedFolders
CreateSharedLinkWithSettingsError.AsTooManySharedFolders
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 CreateSharedLinkWithSettingsError.TooManySharedFolders : CreateSharedLinkWithSettingsError

Fields

View Source

Instance

A singleton instance of TooManySharedFolders

Declaration
public static readonly CreateSharedLinkWithSettingsError.TooManySharedFolders Instance
Field Value
Type Description
CreateSharedLinkWithSettingsError.TooManySharedFolders
  • View Source
In this article
Back to top Dropbox .NET SDK