Table of Contents

Class SearchSupport

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll

Represents plugin search support.

public class SearchSupport
Inheritance
SearchSupport
Inherited Members

Constructors

SearchSupport(string, string, SearchContext)

Creates new instance of SearchSupport.

public SearchSupport(string defaultKeyword, string name, SearchContext context)

Parameters

defaultKeyword string
name string
context SearchContext

Properties

Context

Gets or sets search context.

public SearchContext Context { get; set; }

Property Value

SearchContext

DefaultKeyword

Gets or sets default keyword.

public string DefaultKeyword { get; set; }

Property Value

string

Name

Gets or sets search name.

public string Name { get; set; }

Property Value

string