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

Parameters

formItemID
Type: SystemString
ID of the FormItem to find

Type Parameters

T
Type of the FormItem

Return Value

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