Table of Contents

Class ChooseItemWithSearchAsyncArgs

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class ChooseItemWithSearchAsyncArgs
Inheritance
ChooseItemWithSearchAsyncArgs
Inherited Members

Constructors

ChooseItemWithSearchAsyncArgs(string?, CancellationToken)

public ChooseItemWithSearchAsyncArgs(string? searchTerm, CancellationToken cancelToken)

Parameters

searchTerm string
cancelToken CancellationToken

Properties

CancelToken

public CancellationToken CancelToken { get; }

Property Value

CancellationToken

SearchTerm

public string? SearchTerm { get; }

Property Value

string