C# 클래스 Subtext.Framework.Providers.EntrySearchProvider

상속: Subtext.Extensibility.Providers.SearchProvider
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
Search ( int blogId, string searchTerm ) : IList

Searches the specified blog for items that match the search term.

메소드 상세

Search() 공개 메소드

Searches the specified blog for items that match the search term.
public Search ( int blogId, string searchTerm ) : IList
blogId int
searchTerm string
리턴 IList