Method GetFieldable
GetFieldable(String)
Returns a field with the given name if any exist in this document, or null. If multiple fields exists with this name, this method returns the first value added.
Declaration
public IFieldable GetFieldable(String name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
IFieldable |