FilePath.IsFixedPath Property

HTML to MAML Converter

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.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
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

Type: 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