IPluginIntegrationServiceGetPluginSettings Method |
Gets plugin settings by specified plugin key and bound entity id.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxIPluginSettings GetPluginSettings(
Guid pluginKey,
Guid? boundEntityId
)
Parameters
- pluginKey Guid
- Plugin key, identifying owner of settings.
- boundEntityId NullableGuid
- Identifier of Instance entity that is bound to settings.
Return Value
IPluginSettingsPlugin settings or
null if there is no settings associated with plugin key and entity.
See Also