Topic FileFull Path Property
Get the full path to the 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 get