XmlWriterAppendEndTag Method |
Appends the end of a tag.
Namespace:
Apptus.Util.Xml
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic XmlWriter AppendEndTag(
string name
)
Parameters
- name
- Type: SystemString
Name of the tag to end.
Return Value
Type:
XmlWriter
See Also