FilePath.PersistablePath Property

HTML to MAML Converter

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

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public virtual string PersistablePath { get; set; }
Public Overridable Property PersistablePath As String
	Get
	Set
public:
virtual property String^ PersistablePath {
	String^ get ();
	void set (String^ value);
}
abstract PersistablePath : string with get, set
override PersistablePath : string with get, set

Property Value

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