Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedLink

The shared link object

Inheritance
object
SharedLink
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SharedLink

Constructors

View Source

SharedLink(string, string)

Initializes a new instance of the SharedLink class.

Declaration
public SharedLink(string url, string password = null)
Parameters
Type Name Description
string url

Shared link url.

string password

Password for the shared link.

Properties

View Source

Password

Password for the shared link.

Declaration
public string Password { get; protected set; }
Property Value
Type Description
string
View Source

Url

Shared link url.

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