Summary
Creates the search item.
- Assembly
- Wyam
.SearchIndex .dll - Namespace
- Wyam
.SearchIndex - Containing Type
- DocSearchIndexItem
Syntax
public DocSearchIndexItem(IDocument document, string title, string content)
Parameters
Name | Type | Description |
---|---|---|
document | IDocument | The document this search item should point to. |
title | string | The title of the search item. |
content | string | The search item content. |
Return Value
Type | Description |
---|---|
void |