Table of Contents

Class Plugin.GetSearchContextArgs

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

Constructors

GetSearchContextArgs(string, object?)

public GetSearchContextArgs(string id, object? contextArgs)

Parameters

id string
contextArgs object

Properties

ContextArgs

public object? ContextArgs { get; }

Property Value

object

Id

public string Id { get; }

Property Value

string