CustomExtractorCollectionRemove Method |
Removes an extractor from the collection.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 20.11
Syntaxpublic bool Remove(
IFieldExtractor extractor
)
Public Function Remove (
extractor As IFieldExtractor
) As Boolean
public:
virtual bool Remove(
IFieldExtractor^ extractor
) sealed
abstract Remove :
extractor : IFieldExtractor -> bool
override Remove :
extractor : IFieldExtractor -> bool
Parameters
- extractor
- Type: GroupDocs.Search.CommonIFieldExtractor
The extractor to remove from the collection.
Return Value
Type:
Booleantrue if
extractor was successfully removed from the collection; otherwise,
false.
This method also returns
false if
extractor is not found in the original collection.
Implements
ICollectionTRemove(T)
See Also