IBase Path Provider Interface
This interface defines the properties used to obtain a base path for
a FilePath object.
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public interface IBasePathProviderVB
Public Interface IBasePathProviderC++
public interface class IBasePathProviderF#
type IBasePathProvider = interface endProperties
| BasePath | This read-only property returns the base path |
Methods
| ResolvePath | Implement this method to supply custom path resolution such as handling of MSBuild variables in the path. |