XmlWriterAppendStartTag Method |
Appends the start of an element.
Namespace:
Apptus.Util.Xml
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic 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