Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IPluginIntegrationService
The IPluginIntegrationService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddButton |
Adds action button to display it in plugin menu. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.
|
![]() | GetConfigsDirectoryPath | |
![]() | GetDataStorageDirectoryPath |
Extension Methods
Name | Description | |
---|---|---|
![]() | AddButton |
Adds action button to display it in plugin menu. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.
(Defined by PluginIntegrationServiceExtensions.) |
See Also