| 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
Syntax public 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.
|
TopProperties
| Name | Description |
---|
| BasePath |
This read-only property returns the base path
|
TopSee Also