Table of Contents

Class ImageFileOption

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Represents item for image selection dialog.

public class ImageFileOption : GenericItemOption
Inheritance
ImageFileOption
Inherited Members

Constructors

ImageFileOption()

Creates new instance of ImageFileOption.

public ImageFileOption()

ImageFileOption(string)

Creates new instance of ImageFileOption.

public ImageFileOption(string path)

Parameters

path string

Properties

Path

Gets or sets image path or URL.

public string Path { get; set; }

Property Value

string