Class SharedLink
The shared link object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SharedLink
Constructors
View SourceSharedLink(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 SourcePassword
Password for the shared link.
Declaration
public string Password { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Shared link url.
Declaration
public string Url { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |