Dropbox .NET SDK
Show / Hide Table of Contents

Class SymlinkInfo

The symlink info object

Inheritance
object
SymlinkInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SymlinkInfo

Constructors

View Source

SymlinkInfo(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 Source

Target

The target this symlink points to.

Declaration
public string Target { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK