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: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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