Class SearchSupport
Represents plugin search support.
public class SearchSupport
- Inheritance
-
SearchSupport
- Inherited Members
Constructors
SearchSupport(string, string, SearchContext)
Creates new instance of SearchSupport.
public SearchSupport(string defaultKeyword, string name, SearchContext context)
Parameters
defaultKeyword
stringname
stringcontext
SearchContext
Properties
Context
Gets or sets search context.
public SearchContext Context { get; set; }
Property Value
DefaultKeyword
Gets or sets default keyword.
public string DefaultKeyword { get; set; }
Property Value
Name
Gets or sets search name.
public string Name { get; set; }