Method GetFields
GetFields(String)
Returns an array of IIndexableFields with the given name.
This method returns an empty array when there are no
matching fields. It never returns null
.
Declaration
public IIndexableField[] GetFields(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the field |
Returns
Type | Description |
---|---|
IIndexableField[] | a IndexableField[] array |