IPluginIntegrationServiceUpdatePluginSettings Method |
Updates plugin settings. Makes a call to Instance Server, so it should be available.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid UpdatePluginSettings(
List<IPluginSettings> updatedSettings
)
Parameters
- updatedSettings ListIPluginSettings
- New values of settings that should be stored.
See Also