XmlWriterAppendStartTag Method A Sandcastle Documented Class Library
Appends the start of an element.

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

C#
public XmlWriter AppendStartTag(
	string name,
	List<Attribute> attributes
)

Parameters

name
Type: SystemString
Name of the element.
attributes
Type: System.Collections.GenericListAttribute
Any attributes that should be included.

Return Value

Type: XmlWriter
See Also

Reference