Table of Contents

Class Plugin.DataChangedArgs.ChangeItem

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class Plugin.DataChangedArgs.ChangeItem
Inheritance
Plugin.DataChangedArgs.ChangeItem
Inherited Members

Constructors

ChangeItem(string, HashSet<string>)

public ChangeItem(string gameId, HashSet<string> changedDataIds)

Parameters

gameId string
changedDataIds HashSet<string>

Properties

ChangedDataIds

public HashSet<string> ChangedDataIds { get; }

Property Value

HashSet<string>

GameId

public string GameId { get; }

Property Value

string