HTML to MAML Converter
TopicParseFile Method |
Parse the topic and its sub-topic files to extract the information for conversion
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2

public void ParseFile( FileParser fileParser, Dictionary<FilePath, ImageReference> imageDictionary )
Public Sub ParseFile ( fileParser As FileParser, imageDictionary As Dictionary(Of FilePath, ImageReference) )
public: void ParseFile( FileParser^ fileParser, Dictionary<FilePath^, ImageReference^>^ imageDictionary )
member ParseFile : fileParser : FileParser * imageDictionary : Dictionary<FilePath, ImageReference> -> unit
Parameters
- fileParser
- Type: HtmlToMamlConversionFileParser
The file parser - imageDictionary
- Type: System.Collections.GenericDictionaryFilePath, ImageReference
The image dictionary
