Class SidebarItemDescriptor
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class SidebarItemDescriptor : IDescriptorItem
- Inheritance
-
SidebarItemDescriptor
- Implements
- Inherited Members
Constructors
SidebarItemDescriptor(string, string)
public SidebarItemDescriptor(string id, string name)
Parameters
SidebarItemDescriptor(string, string, string)
public SidebarItemDescriptor(string id, string name, string section)
Parameters
Properties
Id
public string Id { get; }
Property Value
Name
public string Name { get; }
Property Value
Section
public string Section { get; set; }
Property Value
SuggestedPosition
public SideBarPosition SuggestedPosition { get; set; }
Property Value
SupportedPositions
public SideBarPosition SupportedPositions { get; set; }
Property Value
Methods
GetCopy()
public SidebarItemDescriptor GetCopy()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.