ContentFileLinkPath Property

This is used to get or set the link path to the content file (the project-relative location)

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string LinkPath { get; set; }

Property Value

String

Remarks

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.

See Also