Field |
Access a form field by path
Lookup the form field node given by the identifier path.public FieldNode Lookup( string identifierPath )
| Exception | Condition |
|---|---|
| InvalidOperationException | if the document has already been closed |
| NotFoundException | if no form field with this identifier exists |