Show / Hide Table of Contents

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 Source

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

Target

The target this symlink points to.

Declaration
public string Target { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SymlinkInfo(String)
  • Properties
    • Target
Back to top Generated by DocFX