FormDefinitionFindT Method (String) |
Find a FormItem in the form definition with the provided ID and the specified Type T.
Namespace: Geocortex.Forms.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic T Find<T>(
string formItemID
)
where T : FormItem
Public Function Find(Of T As FormItem) (
formItemID As String
) As T
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