Class SymlinkInfo
The symlink info object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SymlinkInfo
Constructors
View SourceSymlinkInfo(string)
Initializes a new instance of the SymlinkInfo class.
Declaration
public SymlinkInfo(string target)
Parameters
| Type | Name | Description |
|---|---|---|
| string | target | The target this symlink points to. |
Properties
View SourceTarget
The target this symlink points to.
Declaration
public string Target { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |