ContentFileFullPath Property

This is used to get or set the full path to the content file

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public string FullPath { get; }

Property Value

String

Remarks

This returns the path to the file's true location. For linked items, this path will differ from the LinkPath which returns the project-relative location.

See Also