Summary
Creates the search item.
- Assembly
- Wyam
.SearchIndex .dll - Namespace
- Wyam
.SearchIndex - Containing Type
- SearchIndexItem
Syntax
public SearchIndexItem(string url, string title, string content)
Parameters
Name | Type | Description |
---|---|---|
url | string | The URL 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 |