IConfiguration ApiGet Plugins By Product Method
Get plugins with informations in provided product.
If exist product, return suitable plugins.
Otherwise, return empty list.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
List of DslPlugin.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
IList<DslPlugin> GetPluginsByProduct(
string productName
)Parameters
- productName String
- Name of exist product.
Return Value
IListDslPluginList of DslPlugin.