Class ImportableExternalIdentifier
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class ImportableExternalIdentifier
- Inheritance
-
ImportableExternalIdentifier
- Inherited Members
Constructors
ImportableExternalIdentifier(string, string, string)
public ImportableExternalIdentifier(string typeId, string typeName, string idValue)
Parameters
Properties
IdValue
public string IdValue { get; set; }
Property Value
TypeId
public string TypeId { get; set; }
Property Value
TypeName
public string TypeName { get; set; }
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.