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.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic ObservableCollection<FormItemResult> GetResults()
Public Function GetResults As ObservableCollection(Of FormItemResult)
Return Value
Type:
ObservableCollectionFormItemResultA collection of FormItemResult.
See Also