Click or drag to resize
LaunchBox

FilterType Enumeration

This enum describes which field is being used to filter games in Big Box.

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
public enum FilterType
Members
Member nameValueDescription
Genre0 Filtering games based on Genre.
PlatformOrCategoryOrPlaylist1 Filtering games based on Platform, Platform Category, or Playlist.
Developer2 Filtering games based on Developer.
Publisher3 Filtering games based on Publisher.
Rating4 Filtering games based on Rating.
PlayMode5 Filtering games based on Play Mode.
Region6 Filtering games based on Region.
Series7 Filtering games based on Series.
Status8 Filtering games based on Status.
Source9 Filtering games based on Source.
RecentlyPlayed10 Filtering to recently played games.
Favorites11 Filtering to favorited games.
None12 No filter is applied (most likely viewing all games).
See Also