File PathIs Fixed Path Property
This is used to indicate whether or not the path will be treated as a relative or fixed path when
converted retrieved via the PersistablePath property.
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If true, the path is returned as a fixed path when retrieved. If false, it is returned as a path relative to the current value of the BasePath property.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsFixedPath { get; set; }VB
Public Property IsFixedPath As Boolean
Get
SetC++
public:
property bool IsFixedPath {
bool get ();
void set (bool value);
}F#
member IsFixedPath : bool with get, setProperty Value
BooleanIf true, the path is returned as a fixed path when retrieved. If false, it is returned as a path relative to the current value of the BasePath property.