Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists

The shared link already exists. You can call ListSharedLinksAsync(ListSharedLinksArg) to get the existing link, or use the provided metadata if it is returned. Existing link metadata will not be returned if custom settings were specified in the request that could make the existing link incompatible with the requested settings.

Inheritance
object
CreateSharedLinkWithSettingsError
CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists
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.SharedLinkAlreadyExists : CreateSharedLinkWithSettingsError

Constructors

View Source

SharedLinkAlreadyExists(SharedLinkAlreadyExistsMetadata)

Initializes a new instance of the CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists class.

Declaration
public SharedLinkAlreadyExists(SharedLinkAlreadyExistsMetadata value)
Parameters
Type Name Description
SharedLinkAlreadyExistsMetadata value

The value

Properties

View Source

Value

Gets the value of this instance.

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