ElementListenerContent Method |
Notifies the element listener that an element contains supplied character content.
Namespace:
Apptus.Util.Xml
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxvoid Content(
Path path,
string s
)
Parameters
- path
- Type: Apptus.Util.XmlPath
The path of the content - s
- Type: SystemString
The content
See Also