XmlWriterAppendEndTag Method A Sandcastle Documented Class Library
Appends the end of a tag.

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

C#
public XmlWriter AppendEndTag(
	string name
)

Parameters

name
Type: SystemString
Name of the tag to end.

Return Value

Type: XmlWriter
See Also

Reference