Click or drag to resize

OptionalFieldWidgetGetItems Method

Gets the list of optional elements for the widget.

Namespace:  NetQuarry
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override string[] GetItems(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: String
A string array of the items including their current state.
See Also