iikoFront Api V5 Code Reference
iikoFront Api V5 Code Reference
Resto.Front.Api.V5
IPluginIntegrationService Interface
IPluginIntegrationService Methods
AddButton Method
GetConfigsDirectoryPath Method
GetDataStorageDirectoryPath Method
GetPaymentProcessorSettingsKey Method
GetPluginSettings Method
UpdatePluginSettings Method
IPluginIntegrationService
UpdatePluginSettings Method
Updates plugin settings. Makes a call to iikoRMS Server, so it should be available.
Namespace:
Resto.Front.Api.V5
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
Copy
void
UpdatePluginSettings
(
List
<
IPluginSettings
>
updatedSettings
)
Parameters
updatedSettings
Type:
System.Collections.Generic
List
IPluginSettings
New values of settings that should be stored.
See Also
Reference
IPluginIntegrationService Interface
Resto.Front.Api.V5 Namespace