Geocortex Essentials WPF API Reference for Workflow
FormDefinitionFind Method (String) |
Find a FormItem in the form definition with the provided ID.
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
Return Value
Type: FormItemThe FormItem if found, null otherwise
See Also