Click or drag to resize
Sandcastle Help File BuilderFilePathPersistablePath 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: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public virtual string PersistablePath { 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