MindFusion.UI for WebForms Programmer's Guide

Window.SaveToXml Method

See Also
 





Saves the control to the underlying document under the specified name.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

protected virtual void SaveToXml (
    XmlElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

Protected Overridable Sub SaveToXml( _
    element As XmlElement, _
    context As XmlPersistContext _
)

 Parameters

element

Type: XmlElement
A System.Xml.XmlElement containing the item's data.

context

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

 See Also