Table of Contents

Interface IItemCollection

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Describes collection of items for game database.

public interface IItemCollection : IDisposable
Inherited Members

Properties

CollectionType

Gets item collection type.

GameDatabaseCollection CollectionType { get; }

Property Value

GameDatabaseCollection

Methods

ContainsItem(Guid)

Check if an item is in the collection.

bool ContainsItem(Guid id)

Parameters

id Guid

Returns

bool