IConfigurationApiGetWidgets Method
|
Get all widgets with page name.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslWidget> GetWidgets(
string pageName
)
Parameters
- pageName String
- Name of page
Return Value
IListDslWidgetA list of widgets
See Also