ConvertHtmlToMaml.Main Method

HTML to MAML Converter

ConvertHtmlToMamlMain Method
Main program entry point

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public static int Main(
	string[] args
)
Public Shared Function Main ( 
	args As String()
) As Integer
public:
static int Main(
	array<String^>^ args
)
static member Main : 
        args : string[] -> int 

Parameters

args
Type: SystemString
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

Type: Int32
Zero on success, non-zero on failure
See Also