Table of Contents

Class SearchItemAction

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

Constructors

SearchItemAction(string, Action)

public SearchItemAction(string name, Action action)

Parameters

name string
action Action

SearchItemAction(string, Func<Task>)

public SearchItemAction(string name, Func<Task> asyncAction)

Parameters

name string
asyncAction Func<Task>

Properties

Action

public Action? Action { get; set; }

Property Value

Action

AsyncAction

public Func<Task>? AsyncAction { get; set; }

Property Value

Func<Task>

CloseSearch

public bool CloseSearch { get; set; }

Property Value

bool

IsAlternativePrimary

public bool IsAlternativePrimary { get; set; }

Property Value

bool

IsPrimary

public bool IsPrimary { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string