SearchIndexItem Class

Summary

A search item with an arbitrary URL.
Assembly
Wyam.SearchIndex.dll
Namespace
Wyam.SearchIndex
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["ISearchIndexItem"] click Interface0 "/api/Wyam.SearchIndex/ISearchIndexItem" Type["SearchIndexItem"] class Type type-node

Syntax

public class SearchIndexItem : ISearchIndexItem

Constructors

Name Summary
SearchIndexItem(string, string, string) Creates the search item.

Properties

Name Value Summary
Content string
The content of the search item.
Description string
The description of the search item.
Tags string
Any tags for the search item.
Title string
The title of the search item.
Url string
The URL of the search item.

Methods

Name Value Summary
GetLink(IExecutionContext, bool) string
Gets a link to the search item result.
GitHub