Convers the underlying data model to an XML document and returns the root XmlElement. This method does NOT add any of the constructed elements to the document's element root.
[Visual Basic] Public Function ToXml( _ ByVal doc As XmlDocument _ ) As XmlElement [C#] public XmlElement ToXml( XmlDocument doc ); [C++] public: XmlElement* ToXml( XmlDocument* doc ); [JScript] public function ToXml( XmlDocument doc ): XmlElement;
DPLFormDataModel Class | Portrate.Interview.Model Namespace