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.SharedLinkAlreadyExists
Inherited Members
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 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
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public SharedLinkAlreadyExistsMetadata Value { get; }
Property Value
Type | Description |
---|---|
SharedLinkAlreadyExistsMetadata |