Show / Hide Table of Contents

Class SharedLink

The shared link object

Inheritance
System.Object
SharedLink
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class SharedLink

Constructors

| Improve this Doc 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
System.String url

Shared link url.

System.String password

Password for the shared link.

Properties

| Improve this Doc View Source

Password

Password for the shared link.

Declaration
public string Password { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Url

Shared link url.

Declaration
public string Url { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedLink(String, String)
  • Properties
    • Password
    • Url
Back to top Generated by DocFX