MindFusion.Scheduling for ASP.NET Programmer's Guide
LocalizationInfo.SaveToXml Method
See Also
 





Saves the localization info to an XML document.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

Type: String
The path of the file to save to.

 Remarks

Saves the localization info as tags in an XML document. Use LoadFromXml to restore the localization info later.

 See Also

LocalizationInfo Members
LocalizationInfo Class
MindFusion.Scheduling.WebForms Namespace