Table of Contents

Interface ISearchable

Namespace
Oqtane.Interfaces
Assembly
Oqtane.Shared.dll
public interface ISearchable

Methods

GetSearchContentsAsync(PageModule, DateTime)

Task<List<SearchContent>> GetSearchContentsAsync(PageModule pageModule, DateTime lastIndexedOn)

Parameters

pageModule PageModule
lastIndexedOn DateTime

Returns

Task<List<SearchContent>>