Table of Contents

Class PluginMenuItem

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

Represents base class for plugin menu item.

public abstract class PluginMenuItem
Inheritance
PluginMenuItem
Derived
Inherited Members

Properties

Description

Gets or sets menu item description.

public string Description { get; set; }

Property Value

string

Icon

Gets or sets menu item icon.

public string Icon { get; set; }

Property Value

string

MenuSection

Gets or sets menu item menu section.

public string MenuSection { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.