Click or drag to resize
Sandcastle Help File BuilderIBasePathProvider Interface
This interface defines the properties used to obtain a base path for a FilePath object.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public interface IBasePathProvider

The IBasePathProvider type exposes the following members.

Methods
  NameDescription
Public methodResolvePath
Implement this method to supply custom path resolution such as handling of MSBuild variables in the path.
Top
Properties
  NameDescription
Public propertyBasePath
This read-only property returns the base path
Top
See Also