IBasePathProvider Interface
Definition
- Namespace
- Sandcastle.Core
- Assembly
- Sandcastle.Core.dll
This interface defines the properties used to obtain a base path for a FilePath object.
public interface IBasePathProvider
Properties
| BasePath |
This read-only property returns the base path |
Methods
| ResolvePath(string) |
Implement this method to supply custom path resolution such as handling of MSBuild variables in the path. |