ElementListenerContent Method A Sandcastle Documented Class Library
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.2.1
Syntax

C#
void Content(
	Path path,
	string s
)

Parameters

path
Type: Apptus.Util.XmlPath
The path of the content
s
Type: SystemString
The content
See Also

Reference