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 SourceSharedLink(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 SourcePassword
Password for the shared link.
Declaration
public string Password { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Url
Shared link url.
Declaration
public string Url { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |