Table of Contents

Class GameSearchItem

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

Represents game search item for global search results.

public class GameSearchItem : SearchItem, INotifyPropertyChanged
Inheritance
GameSearchItem
Implements
Inherited Members

Constructors

GameSearchItem(Game, SearchItemAction)

Creates new instance of GameSearchItem.

public GameSearchItem(Game game, SearchItemAction primaryAction)

Parameters

game Game
primaryAction SearchItemAction

GameSearchItem(Game, string, Action)

Creates new instance of GameSearchItem.

public GameSearchItem(Game game, string primaryActionName, Action primaryAction)

Parameters

game Game
primaryActionName string
primaryAction Action

Properties

Game

Gets associated game.

public Game Game { get; }

Property Value

Game