Class MetadataDataSupportDescriptor
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class MetadataDataSupportDescriptor : IDescriptorItem
- Inheritance
-
MetadataDataSupportDescriptor
- Implements
- Inherited Members
Constructors
MetadataDataSupportDescriptor(string, string, bool, bool)
public MetadataDataSupportDescriptor(string id, string name, bool canMege = false, bool canAppend = false)
Parameters
Properties
CanAppendToExistingData
public bool CanAppendToExistingData { get; set; }
Property Value
CanMergeSources
public bool CanMergeSources { get; set; }
Property Value
Id
public string Id { get; }
Property Value
Name
public string Name { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.