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
Properties
Data
public object Data { get; }
Property Value
FilterId
public string FilterId { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.