Class ContextSwitchSearchItemAction
Represents search item action that switches to new context.
public class ContextSwitchSearchItemAction : SearchItemAction
- Inheritance
-
ContextSwitchSearchItemAction
- Inherited Members
Constructors
ContextSwitchSearchItemAction(string, SearchContext)
Creates new instance of ContextSwitchSearchItemAction.
public ContextSwitchSearchItemAction(string name, SearchContext newContext)
Parameters
namestringnewContextSearchContext
Properties
Context
Gets context to switch to when action is executed.
public SearchContext Context { get; }