Table of Contents

Class ContextSwitchSearchItemAction

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class ContextSwitchSearchItemAction : SearchItemAction
Inheritance
ContextSwitchSearchItemAction
Inherited Members

Constructors

ContextSwitchSearchItemAction(string, string, string, object?)

public ContextSwitchSearchItemAction(string name, string pluginId, string contextId, object? contextArgs = null)

Parameters

name string
pluginId string
contextId string
contextArgs object

Properties

ContextArgs

public object? ContextArgs { get; }

Property Value

object

ContextId

public string ContextId { get; }

Property Value

string

PluginId

public string PluginId { get; }

Property Value

string