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.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
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
String 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.