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