HtmlToMaml Constructor

HTML to MAML Converter

HtmlToMaml Constructor
Constructor

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public HtmlToMaml(
	string source,
	string dest,
	bool createCompanion,
	bool moveIntroText
)
Public Sub New ( 
	source As String,
	dest As String,
	createCompanion As Boolean,
	moveIntroText As Boolean
)
public:
HtmlToMaml(
	String^ source, 
	String^ dest, 
	bool createCompanion, 
	bool moveIntroText
)
new : 
        source : string * 
        dest : string * 
        createCompanion : bool * 
        moveIntroText : bool -> HtmlToMaml

Parameters

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