Click or drag to resize
XmlWriter Constructor (FileInfo, String)
Creates a new XmlWriter.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public XmlWriter(
	FileInfo file,
	string encoding
)

Parameters

file
Type: System.IOFileInfo
A file to write to.
encoding
Type: SystemString
The XML encoding to use.
See Also