Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Class SearchItem

Namespace
ToSic.Sxc.Search
Assembly
ToSic.Sxc.Dnn.Core.dll

A search item which is passed around before handed over to the indexing system

[PublicApi]
public class SearchItem : SearchDocument, ISearchItem
Inheritance
object
SearchDocumentToDelete
SearchDocument
SearchItem
Implements

Properties

Entity

The underlying data in the search

public IEntity Entity { get; set; }

Property Value

IEntity