FilePathPersistablePath Property

This is used to retrieve the file path in a format suitable for persisting to storage based on the current settings.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public virtual string PersistablePath { get; set; }

Property Value

String

Remarks

If IsFixedPath is true, an absolute path is always returned. If false, the path is returned in a form that is relative to the path stored in the BasePath property.

See Also