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.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool IsFixedPath { get; set; }

Property Value

Boolean
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.

See Also