FormItemCollectionGetResults Method
Gets a flatten list of FormItemResult for all items in the collection and their children (when it's a container).

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public ObservableCollection<FormItemResult> GetResults()

Return Value

Type: ObservableCollectionFormItemResult
A collection of FormItemResult.
See Also