Click or drag to resize

IPluginIntegrationServiceGetPluginSettings Method

Gets plugin settings by specified plugin key and bound entity id.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IPluginSettings GetPluginSettings(
	Guid pluginKey,
	Nullable<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: IPluginSettings
Plugin settings or null if there is no settings assotiated with plugin key and entity.
See Also