C# 클래스 DemoSite.Models.Pages.ArticlePage

상속: CmsPage, IIndexable
파일 보기 프로젝트 열기: KalikoCMS/DemoSite.Mvc

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