Table of Contents

Class Plugin.OnLibraryUpdateSpecificFinishedArgs

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

Constructors

OnLibraryUpdateSpecificFinishedArgs(string, IReadOnlyList<Game>)

public OnLibraryUpdateSpecificFinishedArgs(string libraryId, IReadOnlyList<Game> newGames)

Parameters

libraryId string
newGames IReadOnlyList<Game>

Properties

LibraryId

public string LibraryId { get; }

Property Value

string

NewGames

public IReadOnlyList<Game> NewGames { get; }

Property Value

IReadOnlyList<Game>