MindFusion.UI for WebForms Programmer's Guide

Accordion.SaveToXml Method (XmlDocument, Boolean)

See Also
 





Saves the control into an XML document.

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

 Syntax

C#  Copy Code

public virtual void SaveToXml (
    XmlDocument document,
    bool includeUnalteredProperties
)

Visual Basic  Copy Code

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

 Parameters

document

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

includeUnalteredProperties

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

 See Also