Table of Contents

Class ContextSwitchSearchItemAction

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll

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

name string
newContext SearchContext

Properties

Context

Gets context to switch to when action is executed.

public SearchContext Context { get; }

Property Value

SearchContext