Summary
Represents an item in the search index.
- Assembly
- Wyam
.SearchIndex .dll - Namespace
- Wyam
.SearchIndex - Implementing Types
graph BT
Type["ISearchIndexItem"]
class Type type-node
Implementing0["DocSearchIndexItem"]-.->Type
click Implementing0 "/api/Wyam.SearchIndex/DocSearchIndexItem"
Implementing1["SearchIndexItem"]-.->Type
click Implementing1 "/api/Wyam.SearchIndex/SearchIndexItem"
Syntax
public interface ISearchIndexItem
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.
|
Methods
Name | Value | Summary |
---|---|---|
GetLink |
string |
Gets a link to the search item result.
|