ASP.NET Pack Programmer's Guide
Menu.SaveToXml Method (XmlDocument, Boolean)
See Also
 





Saves the control into an XML document.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public virtual void SaveToXml (
    XmlDocument document,
    bool includeUnalteredProperties = true
)

Visual Basic  Copy Code

Public Overridable Sub SaveToXml( _
    document As XmlDocument, _
    Optional includeUnalteredProperties As Boolean = True _
)

 Parameters

document

Type: XmlDocument
A System.Xml.XmlDocument instance that allows adding data to the XML document.

includeUnalteredProperties
Optional.

Type: Boolean
Indicates whether unaltered properties of the control will be saved to the XML document.

 See Also

SaveToXml Method Overload List
Menu Members
Menu Class
MindFusion.UI.WebForms Namespace