ISiteSettingsParser Interface |
Namespace: VirtualRadar.Interface.Settings
The ISiteSettingsParser type exposes the following members.
Name | Description | |
---|---|---|
IsValid |
Gets a value indicating whether the last call to Load(String) worked.
| |
LoadException |
The exception encountered by the last call to Load(String), if any.
|
Name | Description | |
---|---|---|
Load |
Loads the exported settings from the site. Sets or clears IsValid. Returns
true if the load was successful.
|