ConvertHtmlToMamlMain Method

Main program entry point

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public static int Main(
	string[] args
)

Parameters

args  String
The command line arguments (the source folder, the destination folder, and the optional "/companion" option to create companion files for each topic file).

Return Value

Int32
Zero on success, non-zero on failure

See Also