IBasePathProvider.ResolvePath Method
Definition
- Namespace
- Sandcastle.Core
- Assembly
- Sandcastle.Core.dll
Implement this method to supply custom path resolution such as handling of MSBuild variables in the path.
string ResolvePath(string path)
Parameters
pathstringThe path to use
Returns
- string
A copy of the path after performing any custom resolutions