TopicCollectionAddTopicsFromFolder Method

Add all topics from the specified folder recursively to the topic collection

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public void AddTopicsFromFolder(
	string folder,
	Dictionary<FilePath, Topic> topicDictionary
)

Parameters

folder  String
The folder from which to get the files
topicDictionary  DictionaryFilePath, Topic
A dictionary used to contain the list of files index by name

Remarks

Only files with a .htm? or .topic extension are added

See Also