Appends an xml header.
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
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: XmlWriterSee Also