Content FileLink Path Property
This is used to get or set the link path to the content file (the project-relative location)
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string LinkPath { get; set; }VB
Public Property LinkPath As String
Get
SetC++
public:
property String^ LinkPath {
String^ get ();
void set (String^ value);
}F#
member LinkPath : string with get, setProperty Value
StringRemarks
For linked items, this will be the location of the file within the project. For files
outside the project folder, this will not match the FullPath property value.