Table of Contents

Interface ISearchableSelectorProvider

Namespace
Dynamicweb.CoreUI.Editors.Selectors
Assembly
Dynamicweb.CoreUI.dll
public interface ISearchableSelectorProvider

Methods

FindItems(string?, int)

IEnumerable<SelectedItem>? FindItems(string? searchValue, int take)

Parameters

searchValue string
take int

Returns

IEnumerable<SelectedItem>
To top