Gets the DocumentServer.Fields.FieldAdapter instance at the specified index from the collection. In C# this property is the indexer for the FieldAdapterCollection class.

Syntax

public DocumentServer.Fields.FieldAdapter this [int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As DocumentServer.Fields.FieldAdapter

Parameters

Parameter Description
index Specifies a field adapter index. The first field adapter has the index 0.

Limitations

Read only.

Remarks

If there is no adapter for the type of field at the given index, the property returns null. Otherwise, it is an object of type DocumentServer.Fields.FieldAdapter