TopicCollection.Save Method

HTML to MAML Converter

TopicCollectionSave Method
Save the topic collection to the named content layout file

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public void Save(
	string filename
)
Public Sub Save ( 
	filename As String
)
public:
void Save(
	String^ filename
)
member Save : 
        filename : string -> unit 

Parameters

filename
Type: SystemString
The filename to which the content layout is saved.
See Also