ISettingsManager Interface Members
The following tables list the members exposed by ISettingsManager.
Public Properties
Name | Description | |
---|---|---|
Directory | Sets the parent directory into which the settings will be serialized. This defaults to the users's local application data + \Aveva\'Application Name' Unless AVEVA_FORCE_ROAMING is set | |
PMLFormsToShow | PML Forms to be shown on restart. List obtained from appformcntrl. | |
SettingsGroups | Gets the collection of SettingsGroups |
Public Methods
Name | Description | |
---|---|---|
AddGroup | Adds a new SettingsGroup with the given name. | |
LoadSettings | Loads the settings from serialized data. | |
SaveSettings | Saves the settings. |
See Also