Click or drag to resize
LaunchBox

IGameGetAllImagesWithDetails(String) Method

Gets details on all images of a particular image type that are associated with this Game in the user's collection, including image path, image type, and region information.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
ImageDetails[] GetAllImagesWithDetails(
	string imageType
)

Parameters

imageType  String
The type of images to retrieve. Maps up to one of the constant values in the ImageTypes class.

Return Value

ImageDetails
An array of ImageDetails objects that represent all of the game's images of the specified type.
See Also