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.5.0
Syntax
C#
IList<DslPlugin> GetPlugins()

Return Value

IListDslPlugin
List of DslPlugin.
See Also