Click or drag to resize

IConfigurationApiGetPluginsByProduct Method

Get plugins with informations in provided product. If exist product, return suitable plugins. Otherwise, return empty list.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
IList<DslPlugin> GetPluginsByProduct(
	string productName
)

Parameters

productName
Type: SystemString
Name of exist product.

Return Value

Type: IListDslPlugin
List of DslPlugin.
See Also