Gets the index of the specified field adapter in the collection.
public int IndexOf(DocumentServer.Fields.FieldAdapter fieldAdapter);Public Function IndexOf(ByRef fieldAdapter As DocumentServer.Fields.FieldAdapter)| Parameter | Description |
|---|---|
| field |
Specifies the field adapter whose index should be looked up. |
The integer returned by the function represents the field adapter's position in the collection. If the specified field adapter is not in the collection, a negative value is returned.