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.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Value

Gets the value of this instance.

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