GXDN: Gurux Developer Network
LoadSettings Method (regPath, localMachine)
NamespacesGurux.CommonIGXMediaLoadSettings(String, Boolean)
Loads the media settings from a registry.
Parameters
regPath (String)
Path to the registry, from which settings are loaded.
localMachine (Boolean)
If True, settings are loaded for LocalMachine. If False, settings are loaded for CurrentUser branch.
Remarks
If Path is not found, default values are used, and no error is returned.
Examples
CopyVBScript
media.LoadSettings "Software\\Gurux\\GXCom\\Test", False
CopyVB.NET
media.LoadSettings("Software\\Gurux\\GXCom\\Test", False)
CopyC#
media.LoadSettings("Software\\Gurux\\GXCom\\Test", False);

Assembly: Gurux.Common (Module: Gurux.Common) Version: 5.0.0.1