Table of Contents

Class ImportableWebLink

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class ImportableWebLink
Inheritance
ImportableWebLink
Inherited Members

Constructors

public ImportableWebLink(string typeId, string typeName, string url)

Parameters

typeId string
typeName string
url string

Properties

public string TypeId { get; set; }

Property Value

string
public string TypeName { get; set; }

Property Value

string
public string Url { get; set; }

Property Value

string

Methods

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.