ISolrImportFieldBindings.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the custom field binding parameters being removed.

Description

The Remove method removes binding parameters by index and returns attribute of successful removing.

Comments

The method returns True, if binding parameters were removed and False, if binding parameters cannot be removed due to some reasons.

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