Gets the index of the specified field adapter in the collection.

IndexOf(DocumentServer.Fields.FieldAdapter)

public int IndexOf(DocumentServer.Fields.FieldAdapter fieldAdapter);
Public Function IndexOf(ByRef fieldAdapter As DocumentServer.Fields.FieldAdapter)

Parameters

Parameter Description
fieldAdapter Specifies the field adapter whose index should be looked up.

Return Value

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.