ICDESettings..::..UpdateLocalSettings Method
Tells the settings engine to update the local settings, save them securely to disk and fire the "SettingsUpdated" event
Namespace:
nsCDEngine.InterfacesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
bool UpdateLocalSettings( List<aCDESetting> pSettings )
Function UpdateLocalSettings ( _ pSettings As List(Of aCDESetting) _ ) As Boolean
bool^ UpdateLocalSettings( List<aCDESetting^>^ pSettings )
Parameters
- pSettings
- Type: List<(Of <(<'aCDESetting>)>)>