Метод | Описание | |
---|---|---|
Initialize ( string name, |
Initializes this provider, setting the connection string.
|
|
Instance ( ) : |
Returns the currently configured SearchProvider.
|
|
Search ( int blogId, string searchTerm ) : IList |
Searches the specified blog for items that match the search term.
|
public Initialize ( string name, |
||
name | string | Friendly Name of the provider. |
configValue | Config value. | |
Результат | void |
public static Instance ( ) : |
||
Результат |
public abstract Search ( int blogId, string searchTerm ) : IList |
||
blogId | int | |
searchTerm | string | |
Результат | IList |