Click or drag to resize

IConfigurationApiGetWidgets Method

Get all widgets with page name.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
IList<DslWidget> GetWidgets(
	string pageName
)

Parameters

pageName  String
Name of page

Return Value

IListDslWidget
A list of widgets
See Also