Save the configuration data entered by the user in the OptionsUI

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
public virtual string SaveData()
Visual Basic (Declaration)
Public Overridable Function SaveData As String
Visual C++
public:
virtual String^ SaveData()

Return Value

Configuration data (partial XML document format)

Remarks

The data returned by this method is used by the LoadData method and the IGetHostPlugIn.LoadConfig method. Simple DNS Plus calls this method only after calling ValidateData and only if ValidateData returns True.

See Also