Click or drag to resize

IPluginIntegrationServiceUpdatePluginSettings Method

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

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

Parameters

updatedSettings  ListIPluginSettings
New values of settings that should be stored.
See Also