MindFusion.Wpf Pack Programmer's Guide
LocalizationInfo.SaveToXml Method (String)
See Also
 





Saves the localization info to an XML document.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

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

SaveToXml Method Overload List
LocalizationInfo Members
LocalizationInfo Class
MindFusion.Scheduling Namespace