ElementListenerStart Method |
Notifies the element listener that an element starts.
Namespace:
Apptus.Util.Xml
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxvoid Start(
Path path,
Dictionary<string, Attribute> attributes
)
Parameters
- path
- Type: Apptus.Util.XmlPath
The path of the element - attributes
- Type: System.Collections.GenericDictionaryString, Attribute
The attributes of the element
See Also