Click or drag to resize

MixedCodeDocumentSave Method (String)

Saves the mixed document to the specified file.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Save(
	string filename
)

Parameters

filename
Type: SystemString
The location of the file where you want to save the document.
See Also