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