XmlWriterAppendXmlHeader Method A Sandcastle Documented Class Library
Appends an xml header.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public XmlWriter AppendXmlHeader(
	params Attribute[] attributes
)

Parameters

attributes
Type: Apptus.Util.XmlAttribute
Any additional attributes, except version and encoding, that should be included in the header.

Return Value

Type: XmlWriter
See Also

Reference