Click or drag to resize

IPluginIntegrationServiceUpdatePluginSettings Method

Updates plugin settings. Makes a call to iikoRMS Server, so it should be available.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void UpdatePluginSettings(
	List<IPluginSettings> updatedSettings
)

Parameters

updatedSettings
Type: System.Collections.GenericListIPluginSettings
New values of settings that should be stored.
See Also