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: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.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