Class SearchSupportDescriptor
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class SearchSupportDescriptor : IDescriptorItem
- Inheritance
-
SearchSupportDescriptor
- Implements
-
- Inherited Members
-
Constructors
SearchSupportDescriptor(string, string)
public SearchSupportDescriptor(string id, string name)
Parameters
id string
name string
SearchSupportDescriptor(string, string, string)
public SearchSupportDescriptor(string id, string name, string defaultKeyword)
Parameters
id string
name string
defaultKeyword string
Properties
DefaultKeyword
public string? DefaultKeyword { get; set; }
Property Value
- string
Id
public string Id { get; }
Property Value
- string
Name
public string Name { get; }
Property Value
- string