Click or drag to resize
XmlScannerEndTag Method
If the current segment is an end tag with the given name, then moves to the next segment. Otherwise, throws an exception.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public void EndTag(
	string name
)

Parameters

name
Type: SystemString
The name of the end tag
See Also