RTML.ToXml() Method

.NET only Generate the RTML (XML) represented by the object model

Syntax

RTML.ToXml()

The method syntax has these parts:

Part Description
Return (String) The RTML (XML) represented by the object model

Remarks

This simpified method defaults to returning indented XML, CRLF line endings, and the XML doc header.

Will raise an exception if the RTML within the object is not valid, i.e. invalid number of entries in a collection.