| ISettingsGroupImportSettings Method |
Imports the settings from another group into this one. Resets the current settings in this group before
importing the settings from the other group.
Namespace: Sdl.Core.SettingsAssembly: Sdl.Core.Settings (in Sdl.Core.Settings.dll) Version: 1.8.0.0 (1.8.2564.0)
Syntaxvoid ImportSettings(
ISettingsGroup otherGroup
)
Sub ImportSettings (
otherGroup As ISettingsGroup
)
void ImportSettings(
ISettingsGroup^ otherGroup
)
abstract ImportSettings :
otherGroup : ISettingsGroup -> unit
Parameters
- otherGroup
- Type: Sdl.Core.SettingsISettingsGroup
The group which the settings are imported from
See Also
Comments