HTML to MAML Converter
HtmlToMamlCreateCompanionFile Method |
Create a companion file for a topic
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public static void CreateCompanionFile( string filename, Topic topic )
Public Shared Sub CreateCompanionFile ( filename As String, topic As Topic )
public: static void CreateCompanionFile( String^ filename, Topic^ topic )
static member CreateCompanionFile : filename : string * topic : Topic -> unit
Parameters
- filename
- Type: SystemString
The companion filename. - topic
- Type: HtmlToMamlConversionTopic
The topic
See Also