ContentFileFullPath Property

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

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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