Removes an item from the index.

Namespace:  Mindscape.LightSpeed.Search
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
void Remove(
	IndexKey indexKey
)
Visual Basic (Declaration)
Sub Remove ( _
	indexKey As IndexKey _
)

Parameters

indexKey
Type: Mindscape.LightSpeed.Search..::.IndexKey
The key of the item.

See Also