SandcastleBuilder.Utils Namespace

HTML to MAML Converter

SandcastleBuilder.Utils Namespace
This namespace contains classes from the Sandcastle Help File Builder utilities library used in the HTML to MAML converter.
Classes
  Class Description
Public class FilePath
This class is used to represent a file path. Support is included for treating the path as fixed or relative and for expanding environment variables in the path name.
Public class FolderPath
This class is used to represent a folder path. Support is included for treating the path as fixed or relative and for expanding environment variables in the path name.
Public class MSHelpAttr
This represents an HTML Help 2.x attribute that can be added to the XML data island in each help topic generated by BuildAssembler.
Public class MSHelpAttrCollection
This collection class is used to hold the help attribute items for a project.
Public class MSHelpKeyword
This represents an HTML Help 2.x index keyword that can be added to the XML data island in each help topic generated by BuildAssembler.
Public class MSHelpKeywordCollection
This collection class is used to hold the help index keyword items for a project.
Interfaces
  Interface Description
Public interface IBasePathProvider
This interface defines the properties used to obtain a base path for a FilePath object.