ISolrImportFieldBindings.Item

Syntax

Item(Index: Integer): ISolrImportFieldBinding;

Parameters

Index. Index of custom field binding parameters.

Description

The Item property returns custom field binding parameters.

Comments

Depending on the binding type, cast method execution result to one of the following interfaces to determine additional parameters:

Example

The example of work with the ISolrImportFieldBindings collection is given in description of the ISolrImportAttributeFieldBinding.Dimension, ISolrImportFieldToFieldBinding.SourceField, ISolrImportDocumentExtensionBinding.Element properties.

See also:

ISolrImportFieldBindings