IBasePathProvider Interface
This interface defines the properties used to obtain a base path for
a
FilePath object.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public interface IBasePathProvider
Public Interface IBasePathProvider
public interface class IBasePathProvider
type IBasePathProvider = interface end
BasePath |
This read-only property returns the base path
|
ResolvePath |
Implement this method to supply custom path resolution such as
handling of MSBuild variables in the path.
|