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