Table of Contents

Class ImportableFile

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

Constructors

ImportableFile(string, string)

public ImportableFile(string type, string path)

Parameters

type string
path string

ImportableFile(string, string, byte[])

public ImportableFile(string type, string fileType, byte[] data)

Parameters

type string
fileType string
data byte[]

Properties

Content

public byte[]? Content { get; set; }

Property Value

byte[]

FileType

public string FileType { get; set; }

Property Value

string

HasData

public bool HasData { get; }

Property Value

bool

Path

public string? Path { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string