Load plug-in configuration.

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

Syntax

C#
void LoadConfig(
	string configXML
)
Visual Basic (Declaration)
Sub LoadConfig ( _
	configXML As String _
)
Visual C++
void LoadConfig(
	String^ configXML
)

Parameters

configXML
Type: System..::.String
Configuration data (partial XML document format)

Remarks

The configuration data corresponds to the string returned by the OptionsUI.SaveData method.

See Also