Table of Contents

Class Plugin.OnLibraryUpdateFinishedArgs

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

Constructors

OnLibraryUpdateFinishedArgs(IReadOnlyList<string>, IReadOnlyList<Game>)

public OnLibraryUpdateFinishedArgs(IReadOnlyList<string> libraries, IReadOnlyList<Game> newGames)

Parameters

libraries IReadOnlyList<string>
newGames IReadOnlyList<Game>

Properties

Libraries

public IReadOnlyList<string> Libraries { get; }

Property Value

IReadOnlyList<string>

NewGames

public IReadOnlyList<Game> NewGames { get; }

Property Value

IReadOnlyList<Game>