Class SymlinkInfo
The symlink info object
Inheritance
System.Object
    SymlinkInfo
  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 SymlinkInfo
  Constructors
| Improve this Doc View SourceSymlinkInfo(String)
Initializes a new instance of the SymlinkInfo class.
Declaration
public SymlinkInfo(string target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | target | The target this symlink points to.  | 
      
Properties
| Improve this Doc View SourceTarget
The target this symlink points to.
Declaration
public string Target { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |