Content FilePersistable Path Property
This read-only property is used to get the persistable path to the content item (the path relative
to the project folder)
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 PersistablePath { get; }VB
Public ReadOnly Property PersistablePath As String
GetC++
public:
property String^ PersistablePath {
String^ get ();
}F#
member PersistablePath : string with get