MindFusion.UI for WebForms Programmer's Guide

Accordion.SaveToXml Method (String)

See Also
 





Saves the control into an XML file.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

Type: String
The name of the file the control will be saved to.

 See Also