ISiteSettingsParserLoad Method |
Loads the exported settings from the site. Sets or clears
IsValid. Returns
true if the load was successful.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool Load(
string exportedSettings
)
Function Load (
exportedSettings As String
) As Boolean
bool Load(
String^ exportedSettings
)
abstract Load :
exportedSettings : string -> bool
Parameters
- exportedSettings
- Type: SystemString
Return Value
Type:
BooleanSee Also