File PathPersistable Path Property
This is used to retrieve the file path in a format suitable for persisting to storage based on the
current settings.
Definition
Namespace: Sandcastle.Core
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 virtual string PersistablePath { get; set; }VB
Public Overridable Property PersistablePath As String
Get
SetC++
public:
virtual property String^ PersistablePath {
String^ get ();
void set (String^ value);
}F#
abstract PersistablePath : string with get, set
override PersistablePath : string with get, setProperty Value
StringRemarks
If IsFixedPath is true, an absolute path is always returned. If false, the
path is returned in a form that is relative to the path stored in the BasePath
property.