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
public FormItem Find(
	string formItemID
)

Parameters

formItemID
Type: SystemString
ID of the FormItem to find

Return Value

Type: FormItem
The FormItem if found, null otherwise
See Also