C# Class Subtext.Framework.Providers.EntrySearchProvider

Inheritance: Subtext.Extensibility.Providers.SearchProvider
Show file Open project: ayende/Subtext

Public Methods

Method Description
Search ( int blogId, string searchTerm ) : IList

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

Method Details

Search() public method

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