IFile ItemLink Path Property
This is used to get or set the link path
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If the item has no link path, this returns the IncludePath path
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FilePath LinkPath { get; set; }VB
Property LinkPath As FilePath
Get
SetC++
property FilePath^ LinkPath {
FilePath^ get ();
void set (FilePath^ value);
}F#
abstract LinkPath : FilePath with get, setProperty Value
FilePathIf the item has no link path, this returns the IncludePath path