Click or drag to resize

XDocumentWrapperSaveToFile Method

Saves the document to the specified file path.

Namespace: Aml.Engine.XML
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual void SaveToFile(
	string filename,
	bool prettyPrint
)

Parameters

filename  String
The file path to save the document to.
prettyPrint  Boolean
Set to true, if pretty printing is desired.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilename
See Also