Search
VideoNode.saveToXml Method
See Also
 





Saves the node's content into an XML element.

Namespace: MindFusion.Diagramming
File: VideoNode.js

 Syntax

JavaScript  Copy Code

function saveToXml (xmlElement, context)

 Parameters

xmlElement

Element. An XML DOM element that will contain the item's data.

context

XmlPersistContext. An object providing contextual information about the serialization process and some helper serialization methods.

 See Also