Table of Contents

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

typeId string
typeName string
idValue string

Properties

IdValue

public string IdValue { get; set; }

Property Value

string

TypeId

public string TypeId { get; set; }

Property Value

string

TypeName

public string TypeName { 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.