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
libraryIdstringnewGamesIReadOnlyList<Game>
Properties
LibraryId
public string LibraryId { get; }
Property Value
NewGames
public IReadOnlyList<Game> NewGames { get; }