Click or drag to resize

IConfigurationApiGetPlugins Method

Get all system plugins with informations.

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

Return Value

Type: IListDslPlugin
List of DslPlugin.
See Also