Table of Contents

Class SearchItemAction

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

Represents search item action.

public class SearchItemAction
Inheritance
SearchItemAction
Derived
Inherited Members

Constructors

SearchItemAction(string, Action)

Creates new instance of SearchItemAction.

public SearchItemAction(string name, Action action)

Parameters

name string
action Action

Properties

Action

Gets or sets item's action.

public Action Action { get; set; }

Property Value

Action

CloseSearch

Gets or sets value indicating whether this action should close search window when executed.

public bool CloseSearch { get; set; }

Property Value

bool

Name

Gets or sets action name.

public string Name { get; set; }

Property Value

string