IBasePathProvider Interface

HTML to MAML Converter

IBasePathProvider Interface
This interface defines the properties used to obtain a base path for a FilePath object.

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public interface IBasePathProvider
Public Interface IBasePathProvider
public interface class IBasePathProvider
type IBasePathProvider =  interface end

The IBasePathProvider type exposes the following members.

Properties
  NameDescription
Public propertyBasePath
This read-only property returns the base path
Top
See Also