Click or drag to resize
ISiteSettingsParserLoad Method
Loads the exported settings from the site. Sets or clears IsValid. Returns true if the load was successful.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool Load(
	string exportedSettings
)

Parameters

exportedSettings
Type: SystemString

Return Value

Type: Boolean
See Also