FilePath.PersistablePath Property
Definition
- Namespace
- Sandcastle.Core
- Assembly
- Sandcastle.Core.dll
This is used to retrieve the file path in a format suitable for persisting to storage based on the current settings.
[Browsable(false)]
public virtual string PersistablePath { get; set; }
Property Value
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.