ContentFileLinkPath Property
This is used to get or set the link path to the content file (the project-relative location)
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string LinkPath { get; set; }
Public Property LinkPath As String
Get
Set
public:
property String^ LinkPath {
String^ get ();
void set (String^ value);
}
member LinkPath : string with get, set
Property Value
String 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.