HTML to MAML Converter
TopicCollectionParseFiles Method |
Parse all files in the collection to extract the information for
conversion.
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public void ParseFiles( FileParser fileParser, Dictionary<FilePath, ImageReference> imageDictionary )
Public Sub ParseFiles ( fileParser As FileParser, imageDictionary As Dictionary(Of FilePath, ImageReference) )
public: void ParseFiles( FileParser^ fileParser, Dictionary<FilePath^, ImageReference^>^ imageDictionary )
member ParseFiles : fileParser : FileParser * imageDictionary : Dictionary<FilePath, ImageReference> -> unit
Parameters
- fileParser
- Type: HtmlToMamlConversionFileParser
The file parser - imageDictionary
- Type: System.Collections.GenericDictionaryFilePath, ImageReference
The image dictionary
See Also