Appends XML encoded data.
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public XmlWriter AppendCData( string cdata )
Parameters
- cdata
- Type: SystemString
The data that should be encoded and appended.
Return Value
Type: XmlWriterSee Also