FilePathIsFixedPath 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.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool IsFixedPath { get; set; }
Public Property IsFixedPath As Boolean
Get
Set
public:
property bool IsFixedPath {
bool get ();
void set (bool value);
}
member IsFixedPath : bool with get, set
Property 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.