Geocortex Essentials WPF API Reference for Workflow
FormDefinitionFindT Method (String) |
Find a FormItem in the form definition with the provided ID and the specified Type T.
Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
Parameters
- formItemID
- Type: SystemString
ID of the FormItem to find
Type Parameters
- T
- Type of the FormItem
Return Value
Type: TThe FormItem if found, null otherwise
See Also