Interface IItemPickerResultsFilter
Provides a method that allows an addin to filter the search results of the ItemPicker.
Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public interface IItemPickerResultsFilter
Remarks
Filters implemented via this extension point are not used if a custom IItemPickerNavigation is active.
Methods
ShouldItemBeListed(RepositoryItemNode)
Determines whether a search result should be listed in the ItemPicker's list of results.
Declaration
bool ShouldItemBeListed(RepositoryItemNode node)
Parameters
Type | Name | Description |
---|---|---|
RepositoryItemNode | node |
Returns
Type | Description |
---|---|
System.Boolean | True if the item should be listed; otherwise false. |