Content FileFull Path 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string FullPath { get; }VB
Public ReadOnly Property FullPath As String
GetC++
public:
property String^ FullPath {
String^ get ();
}F#
member FullPath : string with getProperty Value
StringRemarks
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.