Load plug-in state
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
void LoadState( string stateXML ) |
| Visual Basic (Declaration) |
|---|
Sub LoadState ( _ stateXML As String _ ) |
| Visual C++ |
|---|
void LoadState( String^ stateXML ) |
Parameters
- stateXML
- Type: System..::.String
State data (partial XML document format)
Remarks
The state data corresponds to the string returned by the SaveState method.