Table of Contents

Class GameSearchFilterSettings

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

Represents global search game filter.

public class GameSearchFilterSettings : ObservableObject, INotifyPropertyChanged
Inheritance
GameSearchFilterSettings
Implements
Inherited Members

Properties

Hidden

Gets or set value indicating whether hidden games should be included.

public bool Hidden { get; set; }

Property Value

bool

Uninstalled

Gets or set value indicating whether uninstalled games should be included.

public bool Uninstalled { get; set; }

Property Value

bool