The Portrate Interview Engine

DPLFormDataModel.ToXml Method 

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;

Parameters

doc

Return Value

See Also

DPLFormDataModel Class | Portrate.Interview.Model Namespace