Table of Contents

Class GameExplorerFilterData

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class GameExplorerFilterData
Inheritance
GameExplorerFilterData
Inherited Members

Constructors

GameExplorerFilterData(string, object)

public GameExplorerFilterData(string filterId, object data)

Parameters

filterId string
data object

Properties

Data

public object Data { get; }

Property Value

object

FilterId

public string FilterId { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.