C# Класс DemoSite.Models.Pages.NewsPage

Наследование: CmsPage, IIndexable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
MakeIndexItem ( CmsPage page ) : KalikoCMS.Search.IndexItem

This function is required when implementing IIndexable and will feed the search engine with the content that should be indexed when a page of this particular page type is saved. You should always get the IndexItem object by calling GetBaseIndexItem and add the content you wish to be indexed for search.

Описание методов

MakeIndexItem() публичный Метод

This function is required when implementing IIndexable and will feed the search engine with the content that should be indexed when a page of this particular page type is saved. You should always get the IndexItem object by calling GetBaseIndexItem and add the content you wish to be indexed for search.
public MakeIndexItem ( CmsPage page ) : KalikoCMS.Search.IndexItem
page CmsPage The page that was saved
Результат KalikoCMS.Search.IndexItem