Click or drag to resize
XmlWriterAppendXmlHeader Method
Appends an xml header.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.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