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





Saves the control into an XML file.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName,
    bool includeUnalteredProperties = true
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String, _
    Optional includeUnalteredProperties As Boolean = True _
)

 Parameters

fileName

The name of the file the control will be saved to.

includeUnalteredProperties
Optional.

Indicates whether unaltered properties of the control will be saved to the XML file.

 See Also

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