Topic Constructor

HTML to MAML Converter

Topic Constructor
Constructor

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public Topic(
	string source
)
Public Sub New ( 
	source As String
)
public:
Topic(
	String^ source
)
new : 
        source : string -> Topic

Parameters

source
Type: SystemString
The source file or null to create an empty container node with no associated topic
See Also