ASP.NET Pack Programmer's Guide
CheckBox.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

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

includeUnalteredProperties
Optional.

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

 See Also

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