Field |
public class FieldNodeMap : NativeObject, IDictionary<string, FieldNode>, ICollection<KeyValuePair<string, FieldNode>>, IEnumerable<KeyValuePair<string, FieldNode>>, IEnumerable
The FieldNodeMap type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | ||
| ContainsKey | ||
| Equals | (Inherited from NativeObject) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from NativeObject) | |
| Lookup | Access a form field by path Lookup the form field node given by the identifier path. | |
| TryGetValue |