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
Properties
ContextArgs
public object? ContextArgs { get; }
Property Value
Id
public string Id { get; }