HtmlToMaml Constructor

Constructor

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public HtmlToMaml(
	string source,
	string dest,
	bool createCompanion,
	bool moveIntroText
)

Parameters

source  String
The source path containing the HTML files
dest  String
The destination path for the MAML topics and supporting files
createCompanion  Boolean
True to create companion files for all topic files or false to not create them.
moveIntroText  Boolean
If true, move text before the first section into an introduction element. If false, insert a place holder introduction element.

See Also