 | 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: 2014.11.22.0
Syntaxpublic interface IBasePathProvider
Public Interface IBasePathProvider
public interface class IBasePathProvider
type IBasePathProvider = interface end
The IBasePathProvider type exposes the following members.
Methods
| Name | Description |
---|
 | ResolvePath |
Implement this method to supply custom path resolution such as
handling of MSBuild variables in the path.
|
Top
Properties
| Name | Description |
---|
 | BasePath |
This read-only property returns the base path
|
Top
See Also