IBasePathProvider Interface

This interface defines the properties used to obtain a base path for a FilePath object.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public interface IBasePathProvider

Properties

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.

See Also