Gets a particular form field from the collection.

GetItem()

public FormField GetItem();

GetItem(Int)

public FormField GetItem(int id);

Parameters

Parameter Description
id Specifies the form field's identifier. The method returns null, if a form field with the specified identifier does not exist.