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
CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists : CreateSharedLinkWithSettingsError
Constructors
View SourceSharedLinkAlreadyExists(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 SourceValue
Gets the value of this instance.
Declaration
public SharedLinkAlreadyExistsMetadata Value { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkAlreadyExistsMetadata |