IConfigurationApiGetPluginsByProduct Method
|
Get plugins with informations in provided product.
If exist product, return suitable plugins.
Otherwise, return empty list.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslPlugin> GetPluginsByProduct(
string productName
)
Parameters
- productName String
- Name of exist product.
Return Value
IListDslPluginList of DslPlugin.
See Also